timmm
TTCTheo's Typesafe Cult
•Created by timmm on 8/5/2024 in #questions
Invalid Signature in uploadthing
Hi - I'm getting an error "Invalid Signature" when I use upload thing with production settings. I can't find any reference to this error anywhere apart from in the code so I'm not sure where to start to resolve this
The error in the console looks like this
I'm using remix
I've setup my route handler API and as far as I can tell it looks fine
The request object is being sent to the route handlers POST has an x-uploadthing-signature
I've rotated the keys to double check and logging UPLOADTHING_SECRET shows the same secret that is in the upload thing api keys screen
Everything works fine in dev mode
This is my api/uploadthing route
What might be going on here?
3 replies