Uploadthing with Vercel Platforms example

Hi all!

I am using the Vercel Platforms example (https://github.com/vercel/platforms). I am trying to add UT to the subdomain apps. e.g. custom-domain.com/app.

I have added it and when I try to upload - it uploads the image! - but on the client side the dropzone component always shows the loading spinner until I refresh the page... I have absolutely no idea why this is happening.

From my digging I found a network call to https://sea1.ingest.uploadthing.com/** that is a PUT request, made during upload of a file. A status for this request is never shown in the network tab.

Any help is appreciated!
Was this page helpful?