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
In Chrome if one is starting the setup wizard for the first time with no cookies/cached data from previous interaction with Kolibri the browser's back button is disabled which effectively forces the user to use the 'Go back' button and that's fine.
Still I was able to replicate the issue observed by @radinamatic by instead selecting a valid Kolibri link saved as a bookmark. In that case the user sees the 'You must be signed in to view this page" message and after clicking the link to the sign in page is redirected to the Setup Wizard with enabled Back button:
2023-06-13_15-50-39.mp4
In Firefox the browser's back button is enabled which results in weird behavior, and also allows me to go back to the Setup Wizard after having completed the setup process:
2023-06-13_16-19-31.mp4
Wanted to test this in Internet Explorer 11 as well, but the wizard was not working at all there so it's best to check if you have code which is not supported by old browsers. - was some caching issue on my end I guess, works fine in IE11
In Chrome if one is starting the setup wizard for the first time with no cookies/cached data from previous interaction with Kolibri the browser's back button is disabled which effectively forces the user to use the 'Go back' button and that's fine.
Still I was able to replicate the issue observed by @radinamatic by instead selecting a valid Kolibri link saved as a bookmark. In that case the user sees the 'You must be signed in to view this page" message and after clicking the link to the sign in page is redirected to the Setup Wizard with enabled Back button:
2023-06-13_15-50-39.mp4
In Firefox the browser's back button is enabled which results in weird behavior, and also allows me to go back to the Setup Wizard after having completed the setup process:
2023-06-13_16-19-31.mp4
Wanted to test this in Internet Explorer 11 as well, but the wizard was not working at all there so it's best to check if you have code which is not supported by old browsers.- was some caching issue on my end I guess, works fine in IE11Originally posted by @pcenov in #10762 (review)