poeyer
TTCTheo's Typesafe Cult
•Created by poeyer on 3/28/2025 in #questions
UploadThing callback issue (status -1)
Hi,
I'm having the following problem. In the audit logs I see this for every upload (isDev: false).
The status -1 is sent from the UT servers but I can't figure out why. Because of this my onUploadComplete doesn't trigger so the flow isn't complete so I don't add a new record in my DB for an uploaded file. The dashboard says: Callback Failed.
I'm running my app on Vercel & the last debug message from UT in Vercel logs:
{"message":"Sending response","logLevel":"DEBUG" ...}
I have 0 issues while using the same code in development when isDev: true, when isDev = false, I have the same issue. Version I'm using of UT: 7.5.2.6 replies