Skip to content

[BUG] Route not found only for loading conf.yml #600

@am93

Description

@am93

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.

image

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

image

Additional info

See attached screenshots above.

Please tick the boxes

Metadata

Metadata

Assignees

Labels

🐛 Bug[ISSUE] Ticket describing something that isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions