User receives error message on first registration in My account
ID: 619909
Backlog
Published on 7/21/2022
•
Last update on 11/25/2022
Summary
When a new user registers in My Account, the page executes two requests, one sending the data and the other consulting the userid
of that user, but in this second request the return is 404 not found, and the page displays an error message to the user.
Simulation
- Enter the home
- Access my account with an unregistered user.
- Log in
- At this moment, the UI will display an error message "
There was an error communicating with the system, try to reload the page
". - In the console, it will be possible to see a graphql request for profile system returning 404.
Workaround
There is no workaround to avoid the error. NOTE; however, when reloading the page, the flow usually follows.