Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Reloads return 404 #15

Open
jadyndev opened this issue May 28, 2022 · 0 comments
Open

Bug: Reloads return 404 #15

jadyndev opened this issue May 28, 2022 · 0 comments

Comments

@jadyndev
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant