docker shows nothing when using mapped conf.yml #1034
-
Hi,
everything is fine. I can connect to my dashboard on port 4000 and the content of conf.yml is used/displayed. As soon as I try to use a mapped file instead:
all I get is a screen with a dark blue screen which quickly shows the text "Dashy" if I hit cntrl+F5, and that's it. What I have tried so far without success:
I think I am slowly running out of ideas what I could do next. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Can be closed and deleted if necessary. I found the issue, it was a single leading space which maded it into the first line, so
became
|
Beta Was this translation helpful? Give feedback.
-
This drove me nuts for the last hour or so trying to restore a config. The leading space is added to the downloaded dashy_conf.yml when downloaded via the GUI from the yml file is otherwise good. However that leading space leads to a blank page. Removing the leading space fixed the file. |
Beta Was this translation helpful? Give feedback.
Can be closed and deleted if necessary. I found the issue, it was a single leading space which maded it into the first line, so
pageInfo:
became
pageInfo: