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
Clicking on the "Eurofurence" in the top banner of the "Thank You" splash screen after successfully submitting a registration navigates to ".../app/register", but does not load the submitted registration. The user is sent back to the beginning of the new registration flow (select standard or day ticket).
This will confuse the user because they then cannot submit their registration (duplicate), but are asked to fill out all their info again instead of being sent to the "Your Registration" overview.
A page reload fixes this, the registration is 100% ok in the backend.
To fix this, find the navigation code that reacts to clicking on the logo or convention name in the top banner, and make it try to load an existing registration (same as is done during page load / reload).
The text was updated successfully, but these errors were encountered:
Clicking on the "Eurofurence" in the top banner of the "Thank You" splash screen after successfully submitting a registration navigates to ".../app/register", but does not load the submitted registration. The user is sent back to the beginning of the new registration flow (select standard or day ticket).
This will confuse the user because they then cannot submit their registration (duplicate), but are asked to fill out all their info again instead of being sent to the "Your Registration" overview.
A page reload fixes this, the registration is 100% ok in the backend.
To fix this, find the navigation code that reacts to clicking on the logo or convention name in the top banner, and make it try to load an existing registration (same as is done during page load / reload).
The text was updated successfully, but these errors were encountered: