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
When forcing a reload (CTRL+R, F5 or similar) that is not handled by the JS you get an 404 error.
This is bad, when using a kiosk browser, as users can't change the URL.
This is caused by using 'virtual' URLs: 127.0.0.1:8000/participant
This could be fixed by either not using this feature or by prefixing the page name with # in the url, which would still create unique urls for each step while preserving the original path of the request.
The text was updated successfully, but these errors were encountered:
When forcing a reload (
CTRL
+R
,F5
or similar) that is not handled by the JS you get an 404 error.This is bad, when using a kiosk browser, as users can't change the URL.
This is caused by using 'virtual' URLs: 127.0.0.1:8000/participant
This could be fixed by either not using this feature or by prefixing the page name with
#
in the url, which would still create unique urls for each step while preserving the original path of the request.The text was updated successfully, but these errors were encountered: