Christian Carpinelli
TTCTheo's Typesafe Cult
•Created by Christian Carpinelli on 9/19/2024 in #questions
ERROR handleCallbackRequest Failed to register callback result
I've integrated UploadThing in my platform. The client is a NextJS application and the server is a cluster of NestJS microservices.
The issue is that after a successful file upload (on UploadThing the file is present), the onUploadComplete callback is not executed, thus not finishing the upload correctly on the client, because I'm getting:
Since I'm developing, I've made sure to have the isDev flag to true.
Implementing UploadThing has been almost effortless and I really like it, but there's this error that I can't understand, maybe I'm dumb and forgot something... PLS help, I'm cooked.
6 replies