Description:
When changing the email in the user profile section, the updated email does not reflect in the database, resulting in the user profile not being updated.
Expected Behavior:
Upon updating the email in the user profile, the new email address should be correctly updated and reflected in the database.
Steps to Reproduce:
Navigate to the User Profile section.
Change the email and submit the update.
Check the database to verify if the update has been recorded.
Screenshots:
Environment:
Browser: Google Chrome 124.0.6367.201
OS: Windows 11 Home, Version 22H2, OS Build 22621.2361
Additional Context:
This issue may relate to the backend service handling the update operations not committing changes to the database. Ensure that transactions are committed after updates.
Description: When changing the email in the user profile section, the updated email does not reflect in the database, resulting in the user profile not being updated.
Expected Behavior: Upon updating the email in the user profile, the new email address should be correctly updated and reflected in the database.
Steps to Reproduce: Navigate to the User Profile section. Change the email and submit the update. Check the database to verify if the update has been recorded.
Screenshots:
Environment: Browser: Google Chrome 124.0.6367.201 OS: Windows 11 Home, Version 22H2, OS Build 22621.2361
Additional Context: This issue may relate to the backend service handling the update operations not committing changes to the database. Ensure that transactions are committed after updates.