Callbacks failing with UPLOADTHING_URL set

I have set my uploadthing_URL to my production URL but I am still getting failed callbacks in prod. I don't think its the middleware as it works in dev. Is there anything else I should check? Its being deployed via a Vercel deployment
No description
3 Replies
BeigeSponge
BeigeSponge6mo ago
This is the URL set in the dashboard
No description
BeigeSponge
BeigeSponge6mo ago
Fixed by updating to latest (6.1.0)
julius
julius6mo ago
The problem why it wasnt working before was we used to require a full url, pathname included. We now infer /api/uploadthing automatically if url is only a host