You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An email can be added without any problem.
An email can be edited directly after the addition of an email, but if the user logs out and in again the email cannot be edited.
Error: "Couldn't save email"
Solution
The email service does have 2 seperate endpoints for create/edit email. The saga should check before edit/create if an email already exists for the user and should decide which email service endpoint to call.
The text was updated successfully, but these errors were encountered:
Description
An email can be added without any problem.
An email can be edited directly after the addition of an email, but if the user logs out and in again the email cannot be edited.
Error: "Couldn't save email"
Solution
The email service does have 2 seperate endpoints for create/edit email. The saga should check before edit/create if an email already exists for the user and should decide which email service endpoint to call.
The text was updated successfully, but these errors were encountered: