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 "Cancel" button in the user profile form or preferences form leads to "account/settings" but this is not a valid view so a 404 error is shown.
Steps to Reproduce
Go to /account/settings/profile
Click on 'Cancel'
See error 404 displayed because the URL "/account/settings/" has no view
Expected behavior
No error. Button leads back to the profile settings page with the original, unchanged settings.
Screenshots (if applicable)
Additional context
On the page "/account/settings/notifications/" the "Cancel" button leads back to "/account/settings/notifications/" without any error.
The text was updated successfully, but these errors were encountered:
Package version (if known): 3.0.0
Describe the bug
Clicking on the "Cancel" button in the user profile form or preferences form leads to "account/settings" but this is not a valid view so a 404 error is shown.
Steps to Reproduce
Expected behavior
No error. Button leads back to the profile settings page with the original, unchanged settings.
Screenshots (if applicable)
Additional context
On the page "/account/settings/notifications/" the "Cancel" button leads back to "/account/settings/notifications/" without any error.
The text was updated successfully, but these errors were encountered: