-
-
Notifications
You must be signed in to change notification settings - Fork 867
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
Unable to Update User Profile #3499
Comments
I would like to work on this, can you please assign me this issue |
@aadhil2k4 do you want to work on this? |
@palisadoes yes, I want to work on this |
Please ask when creating the issue |
@palisadoes , the schema has an attribute "name", but the frontend and existing profile updation code has attributes "firstName" and "lastName", instead of "name". And some other attributes do not match too. Should i update the UI to accomodate the changes? ![]() ![]() |
The Web UI must accommodate the API fields |
Describe the bug
When attempting to update user profile details, an error message is displayed in a toast notification after clicking the "Save" button. The changes are not saved, and the profile remains unchanged.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The profile details should be updated and saved successfully. A success message should be displayed.
Actual behavior
The profile details do not update and a toast error message appears.
Screenshots
https://github.com/user-attachments/assets/29b0e190-f354-411c-8a6d-6b30f5aeef45
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: