Environment
Self-Hosted (Docker)
Version
2.0.7
Describe the problem
I am trying to use Dashy on custom domain under URL path "/dashboard". Complete URL is https://mycustomdomain.net/dashboard".
I made following changes to configuration:
- defined the BASE_URL environmental variable using docker-compose
- assigned appConfig.routingMode value "hash" (I believe this is "ignored" as the frontend can't load the file from the server due to wrong request).
After setup is completed and I try to visit the URL I can see from chrome dev tools, that BASE_URL should be working, because resources are being fetched from the server.

But when the requests come to conf.yml I get redirected to route 404 and I can see an exception in console:

Additional info
See attached screenshots above.
Please tick the boxes
Environment
Self-Hosted (Docker)
Version
2.0.7
Describe the problem
I am trying to use Dashy on custom domain under URL path "/dashboard". Complete URL is https://mycustomdomain.net/dashboard".
I made following changes to configuration:
After setup is completed and I try to visit the URL I can see from chrome dev tools, that BASE_URL should be working, because resources are being fetched from the server.
But when the requests come to conf.yml I get redirected to route 404 and I can see an exception in console:
Additional info
See attached screenshots above.
Please tick the boxes