-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[FEATURE_REQUEST] Refresh URL when in Multi-Page #670
Comments
Hmm, that does actually sounds like a bug. Lemme look into it and see if I can recreate it.... |
Oh sorry again, I'm running it on Docker-compose, and no proxy. And I just updated to latest: 2.0.9 and enabled the routingMode to hash, and I can confirm that it works correctly when I refresh the page when I'm on a Multi-Page. So I'm guessing when routingMode is on "history", such as not putting routingMode into the config it bugs like what I stated before. |
i am having the same issue with a docker doesnt seem to matter what routing mode i put it on, my other YML files will not load. |
I also am experiencing the same bug
Yes this doesn't fix the issue for me
I'm running dashy using the docker image using a kubernetes deployment, behind Traefik proxy Things I've tested: |
i have the same problem too |
I have the identical issue with a docker container mapped to a volume. It is opening the added page, but any refresh of browser tab, gives the same error. |
If the issue is that multi-pages load on click, but not on direct navigation, then: If the issue is that a new page is never loading, then: |
Thanks @Lissy93 yes the routingMode settings seems to have solved the page reload issue. |
Thank you, setting |
Is your feature request related to a problem? If so, please describe.
Sorry, not sure if Feature Request or Bug.
I started using the Multi-Page feature which is awesome, but I noticed some odd things happening when refreshing the page from your browser when the URL is in a Multi-Page.
When refreshing while the url is in the Multi-Page i.e xxx.xxx.xx.xx:8080/home/widgets, if I refresh I will get a blank white page with: "Cannot GET /home/widgets" while the tab of the page states "Error". So in order to fix I would have to cut everything until just the "8080" part of the url to get back in. Or my Home button, because I have Dashy as my home page.
Is there any way around this or a fix? so it loads the page exactly, or even just defaults back to the home "8080"?
If it matters I edit my pages using the config instead of the editing method within Dashy.
Describe the solution you'd like
Refreshes will have the same page you're on, and/or when you refresh it just goes to the "home" page of Dashy.
Priority
Medium (Would be very useful)
Is this something you would be keen to implement
No response
The text was updated successfully, but these errors were encountered: