Skip to content
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

Email update in the user profile is not working #10266

Open
nihal467 opened this issue Jan 28, 2025 · 4 comments
Open

Email update in the user profile is not working #10266

nihal467 opened this issue Jan 28, 2025 · 4 comments
Assignees
Labels

Comments

@nihal467
Copy link
Member

Describe the bug

When users are trying to update the email ID on the profile page, even though the API is throwing 200 , the data is not being updated

To Reproduce
Steps to reproduce the behavior:

  1. Go to users/profilename
  2. edit profile and edit email id
  3. See error

Expected behavior

Users should be allowed to edit there email id

Screenshots

Image

@AnveshNalimela
Copy link
Contributor

AnveshNalimela commented Jan 28, 2025

@nihal467 I Would like work on this issue.Assign it to me

@AdityaJ2305
Copy link
Contributor

Hey @nihal467 , I would like to work on this issue

@AdityaJ2305
Copy link
Contributor

@nihal467
Although it is returning 200, but in response it is not updating the email. Probably a backend issue

cc: @vigneshhari

@Sourav6971
Copy link

hey @nihal467 I tried solving this. I have updated the input field to be displayed if in edit mode. I also updated the UpdateUserModel function which was omitting email . I tried to debug and found that he req has the email in the body but the response does not have the updated email. I tried to figure out the api routes and their responses but couldn't discover the real cause. Can you tell me how should I solve this?

Image

@github-actions github-actions bot added needs-triage question Further information is requested labels Feb 1, 2025
@Jacobjeevan Jacobjeevan added blocked and removed question Further information is requested needs-triage labels Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants