-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
user_details.py / UserDetailsEndpoint.put() gets email from wrong request field #77000
Labels
Comments
Auto-routing to @getsentry/product-owners-issues for triage ⏲️ |
Routing to @getsentry/product-owners-apis for triage ⏲️ |
nvsmirnov
added a commit
to nvsmirnov/sentry-issue-77000
that referenced
this issue
Sep 5, 2024
This was referenced Sep 5, 2024
Thanks for the PR! I'll have someone review it and add tests to prevent a regression. |
We just replaced the username by the email and saved the changes as a workaround for this. Still, would love to have this fixed though. |
Sure. will look into it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
Steps to Reproduce
Expected Result
There should be no error while saving changes in this case.
Actual Result
Getting HTTP 400
{"detail": "Verified email address is not found."}
despite the fact email is verified.Simple patch solves the problem, PR: #77012
Product Area
Other
Link
No response
DSN
No response
Version
24.8.0
The text was updated successfully, but these errors were encountered: