When trying to save changes to a user profile, I receive a "500 Internal Server Error". #112
-
DescriptionWhen trying to save changes to a user profile, I receive a "500 Internal Server Error". Steps to Reproduce
Expected ActionI expect the changes to be saved successfully and a confirmation message to appear. Actual ActionI receive a "500 Internal Server Error" message and the changes are not saved. Environment
Additional ContextThe error occurs only when I try to change the email address. Other fields save correctly. Proposed Solution (Optional)I suspect there might be a validation issue with the email field on the server side. Additional NotesI have checked the server logs, and there seems to be an issue with the email format validation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In this project, Node version is 20.14. |
Beta Was this translation helpful? Give feedback.
In this project, Node version is 20.14.
Please reinstall node_modules in node v20 and retry.