TheCodingTree 🌳
TTCTheo's Typesafe Cult
•Created by TheCodingTree 🌳 on 1/15/2024 in #questions
First time running uploadthing in production (Vercel)
The issue appears to be with overriding the
callbackUrl
in my router config object. I removed this code (since the docs say it should only used to override the default upload path) and it now works!
However, to get this to work locally I still needed to use a different callback domain, since I am using lando for my local stack. I was able to do that by setting UPLOADTHING_URL
in my local .env
.2 replies