Slammer
TTCTheo's Typesafe Cult
•Created by DanielHigh on 11/18/2023 in #questions
UploadThing is not working on a production
I did see that error in staging. Could be the case that it was 'omitted' in production due to log overflows. Seems a simple addition to the troubleshooting section.
90 replies
TTCTheo's Typesafe Cult
•Created by DanielHigh on 11/18/2023 in #questions
UploadThing is not working on a production
If anyone got this far and is still having issues where serverCallback returns '{ status: "still waiting" }' until RetryLimit is hit, then I may have a solution for you.
The cause may be that your FileRouter's 'onUploadComplete' callback is throwing an error. In production I couldn't see any errors thrown in logs. In our staging environment I could.
It would be great if this warning could be added to the Docs, as that would have saved me many hours.
90 replies