|
For the past week or so reitti hasn't been showing the map images in the timeline. When I check the browser dev console it's showing 404 for every png request. Also, it's requesting the images from my server ... is that correct? I would have thought it would get the images from OpenStreetMap directly. I'm currently using v3.0.1. |
Answered by
dgraf-gh
Jan 2, 2026
Replies: 1 comment 1 reply
|
Hi @greyfence, looks like you are missing the tiles-cache. There was a breaking change introduced in v3.0.0. Hence the new major version. Take a look here https://github.com/dedicatedcode/reitti/releases/tag/v3.0.0 under the breaking change section. You have two options in general. Either adjust your compose file according to the documentation, or set the env TILES_CACHE to an empty value. |
1 reply
Answer selected by
dgraf-gh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @greyfence,
looks like you are missing the tiles-cache. There was a breaking change introduced in v3.0.0. Hence the new major version. Take a look here https://github.com/dedicatedcode/reitti/releases/tag/v3.0.0 under the breaking change section.
You have two options in general. Either adjust your compose file according to the documentation, or set the env TILES_CACHE to an empty value.