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
Edit a user profile and enter some invalid data (e.g. invalid password)
click "Save"
click "Back" twice
After the validation error, your URL changes from /users/edit to /users. If you then click the "Back"-button twice it will go back to /users/edit and then to /users which is a route that does not exist.
The same happens at "users/sign_up".
A similar issue occurrs at "users/password/new".
This does not affect tasks, collections or groups.