Closed AndersCV closed 3 months ago
Hi, this looks off! I know you wrote that you double checked all your env vars but can you check again that you didn't fatfinger the auth token and also that you used the auth token from the right org?
Also, can you share the first few 10 or so characters from your auth token, and you can also verify your token by base64 decoding the token delimited by _
characters.
I can confirm creating a new org and setting data region to US fixed the problem and sourcemaps are uploaded correctly:
Please have a look at this ASAP - very critical for js applications hosted in EU using the vite plugin
@lforst
@AndersCV Have you already tried creating a new token for the EU region?
@lforst I tried creating a new token for the EU region and it worked! I'm sorry I must have somehow used an incorrect AUTH_TOKEN.
This issue can be closed - perhaps it's worth pointing out the error message I received is indicating the org token is invalid and not the auth token which consufed me.
Thanks for the help!
Environment
Steps to Reproduce
Build project with the following vite configuration:
I double checked all my env variables and they are all correctly set. I found this issue from the Android SDK: https://github.com/getsentry/sentry-android-gradle-plugin/issues/694 perhaps cpuld be the same issue here? We are using EU data region as well in our organization.
Expected Result
Sentry vite plugin should upload source maps correctly.
Actual Result