UploadThing is not working on a production

Hello, I have an app in Typescript and NextJS 14.

UploadThing is working correctly on dev, but when I build my app and start it it is not working. I'm not really sure why.

When I upload an image on dev, it sends a fetch and the response is data as url and etc.

But when I do the same on production, I never receive a response and the fetch fails in like 1 minute... BUT the image is uploaded...

Next.js 14.0.1
uploadthing: 6.0.1


What should I do, thanks!
Was this page helpful?