Lajna
Lajna
TTCTheo's Typesafe Cult
Created by Lajna on 7/2/2024 in #questions
UT wrong callback url
No description
4 replies
TTCTheo's Typesafe Cult
Created by Lajna on 6/25/2024 in #questions
ERROR! Invalid config: UnknownFileType
trying to use upload thing for my project. I am working with source 2 demo files. I used this mimetype checker, https://www.htmlstrip.com/mime-file-type-checker and it returns as application/octet-stream so i used that in the filerouter. However, when i try to upload anything, I just get UnkownFileType, and from the json request I can see that it is empty. They are large files, so checking the type might take some time, as the tool I linked did, but since it returns nothing, any way to manually check the type, or debug more to figure out the issue?
2 replies
TTCTheo's Typesafe Cult
Created by Lajna on 6/13/2024 in #questions
Deployment of T3 app / node / node w/GUI
Hey, got a project that I am working on currently and I am having issues figuring out hosting and deployment. Building a game clipping platform, with 3 apps. 1. T3 app handling all user interaction. I would like to use vercel for this, but after looking at tools like terraform etc, I am considering using one platform for all 3 services. 2. NodeJs backend, handling more heavy workloads, processing data, storing in DB, and managing queues. This server only recives file uploads from users. 3. Rendering backend, based on nodejs. This one requires the game installed, and needs a GUI to properly launch the game. The game can run on linux, so wont need windows for this. This also requires 2 dbs, one postgres, and one redis
5 replies