umap
umap copied to clipboard
After Update to 2.0.4 anonymous Edit-Links don't work
Describe the bug After I updated to version 2.0.4, I discovered that the edit links of all the maps that I installed in the old versions did not work. I get a 404 error message.
To Reproduce Steps to reproduce the behavior:
- docker-compose down
- change version in docker-compose.yml
- docker-compose pull
- docker-compose up
Expected behavior All old edit links must continue to work.
If it's a 404, so maybe UMAP_ALLOW_ANONYMOUS is not defined. Are you sure it's on your custom settings ?
It is defined in docker-compose.yml and it works correctly for all new maps I created in the new version.
Only for the maps created in the older versions it does not work.
Are you sure it's a 404 and not a 403 ? In this last case it can be that the SECRET_KEY has changed.
Can you share an URL that goes in 404 (without the key itself) ?
Please reopen with more details if you still need help!