-
-
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
Multiple pages not working #1258
Comments
Running into the same issue, was working until recently. |
She notes this in the doc for pages:
I also did not have pages work after adding them to the config, and I think the issue is the "(happens automatically)" in the doc. That part doesn't seem to happen. So you can either completely delete/re-install the docker image, or you can run 'yarn build' in the container. ie: |
Disclaimer: I am not a Linux guru by any means I ran the build command you mentioned and I am still not able to get this to work with gist (also tried the manual button in settings). I got it to work with a local yaml file (this is more preferred for my case anyway); but on the new page, it shows the sections from the main page as well as the sections configured on the new page. Is there a way to delete these sections from the new page or hide them somehow? That's the only drawback I have with Dashy; the customization of the layout of sections/pages :( Love the project, super functional, and honestly, it's a huge help. I am not talking bad about it at all, and the dev seems super awesome <3 |
I downloaded the newest docker image and deployed it again, but it still does not work. I can create the pages in the config and they appear as buttons on the top, but none of them link to the right page/load the corresponding config yml. I'd a sandbox yml page with all the experimental stuff and I cant access it anymore. So, the pages feature in Dashy is essentially broken for all? Tagging @Lissy93 in case she can think of any workarounds. |
It works only with a rebuild. But why? The solution docker exec -it dashy yarn build works also the solution from @rajivvishwa described in the picture works. But is it possible to solve this without permanent rebuilding? |
Currently, a rebuild is required for changes to take effect. I'm working on a solution to this. |
Hi |
Environment
Self-Hosted (Docker)
System
Firefox 113.0 , pop os 20.04 , docker 23.06
Version
2.1.1
Describe the problem
Multiple pages not working. giving me error section not found. have added
routingMode: hash
in appconfigshowing response 200 for pages and only error is showing in console no section "ctf"
below are starting lines from conf.yml
below id starting lines from ct.yml
Tried yarn build-start in the docker not succeeding
Additional info
No response
Please tick the boxes
The text was updated successfully, but these errors were encountered: