-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot login when using wizard to configure sourcemaps due to "TypeError intermediate value is not iterable" error #3540
Comments
Should be resolved by getsentry/sentry#83819. Apologies for the delay! 😓 |
This is stemming from the same root cause of #3473. |
Can you try with |
This worked for me @BYK |
Yay! Are you okay running with this until the next release? Otherwise I'll try to coordinate a 25.1.1 hotfix. |
Thank you for looking into this so quickly! Could you point me to the documentation to use a specific sentry image and how to reset it back to default value afterwards? I should be ok using this as well. |
@edgariscoding He already told you how to do it. The way I went about this is I took the The SENTRY_IMAGE variable is in the .env file and to update your instance you have to run the install.sh file again - that's it. |
All good, I am fine with that. Appreciate the help and the speedy reply! |
@edgariscoding these are set by the environment variables and the defaults are stored in We have some docs on this buried on the main Self Hosted docs page and I think we may do a better job explaining this. Feel free to submit a PR to the docs if you think you can make it better. |
@hubertdeng123 we should close this issue once we release a new version. Should I add it to somewhere in #3530 |
Self-Hosted Version
25.1.0
CPU Architecture
x86_64
Docker Version
27.0.3
Docker Compose Version
2.28.1
Machine Specification
Steps to Reproduce
Using Sentry 25.1.0, run
npx @sentry/wizard@latest -I sourcemaps
on a local environment to configure sourcemaps.A browser window will open and after logging in, it will display an infinite loading image along with a console error.
Expected Result
I expected for the login to succeed.
For context, we use Active Directory to log in. Everything else is working fine, I can log in successfully to access the dashboard. I only run into this issue when attempting to use the sentry wizard to configure sourcemaps.
Previously I was seeing other errors which seem to have been addressed in a recent sentry self hosted release.
Actual Result
Event ID
No response
The text was updated successfully, but these errors were encountered: