umami: Cannot access websites page in 2.7.0
Describe the Bug
Hello,
I just installed v2.7.0 via Docker. I cannot access the websites page, I got a blank white page.
There is an error in the dev console :
Error: Failed to lookup route: /settings
at /_next/static/chunks/main-56afab9f90f97dc9.js:1:26985
I’m using latest verion of Brave browser, but same issue with other browsers like Firefox
Database
PostgreSQL
Relevant log output
Error: Failed to lookup route: /settings
at /_next/static/chunks/main-56afab9f90f97dc9.js:1:26985
Which browser are you using? (if relevant)
Brave
How are you deploying your application? (if relevant)
Docker
About this issue
- Original URL
- State: closed
- Created 9 months ago
- Reactions: 3
- Comments: 21 (5 by maintainers)
Looks like the issue is solved for me in 2.9.0
2.8.0has the same issue, with a more visible error message:Follow. I’m using the docker-compose method and after an upgrade (via
docker-compose up -d) I can’t get to any of my sites. It seems the error is the same: the browser is trying to load .js from a URL that contains[id]when I suppose that’s an un-expanded token.Downgraded to v2.5.0 by applying:
and then doing
docker-compose up -dgets it working again.