Situation:
edenjs init app && npm install @edenjs/core && edenjs run
Action:
Register an account at http://localhost:1337/register with valid information.
Issue:
When clicking Register, registration succeeds and the user is taken back to the previous page without refresh. In this case, it shows the homepage with a Login button at the top. Pressing F5 to refresh the page correctly shows the Logout button.
Requested solution:
Automatically refresh the entire page, instead of only the main viewport.
Situation:
edenjs init app && npm install @edenjs/core && edenjs runAction:
Register an account at
http://localhost:1337/registerwith valid information.Issue:
When clicking
Register, registration succeeds and the user is taken back to the previous page without refresh. In this case, it shows the homepage with aLoginbutton at the top. Pressing F5 to refresh the page correctly shows theLogoutbutton.Requested solution:
Automatically refresh the entire page, instead of only the main viewport.