Doesn't load map element
See original GitHub issueI am running a fairly standard setup where the frontend is served by Caddy on https://[host]/frontend. I have not changed any config settings.
When I open the app, everything works as expected, except that the map is missing. The entire div.vue2leaflet-map element is just never added to the DOM.
I have tested this against the official docker.io/owntracks/frontend image, which does load the map. My setup loads the exact same resources as the official one, and I have no server errors, no console errors, all the information from the server is loaded correctly. In other words, as far as I can tell, the app is working perfectly fine.
Here’s a quick video of what the app looks like: frontend.webm
My setup is also running in a Docker container, and you can check out the configuration here: https://github.com/atjn/docker-easy-owntracks/blob/d8d06a7a89c6f3029809314760a565c3eccd3435/Dockerfile#L36
I see the same issue in both Firefox and Edge.
Do you have any idea what is going on here? Any help is much appreciated, thanks!
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)

Top Related StackOverflow Question
I changed the
basePathand the map is now loading correctly. Thank you very much!Ahhh I lost some hours on this, 😦 but it’s ok now, thank you for your nice work 👍