authentik
authentik copied to clipboard
[2024.8.1] Blank Web Page After Upgrade
Describe the bug A clear and concise description of what the bug is.
After doing a controlled upgrade from 2024.6.4 to 2024.8 and then to 2024.8.1, I am now greeted with a blank web page and none of the flows load. The only part of the website that loads is the 404 not found page. The upgrade from 2024.6.4 to 2024.8.0 went fine but the app still stated there was an update available, so I modified the docker-compose.yml file so that the image says:
${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.1}
instead of the same line but with -2024.8.0 at the end.
To Reproduce Steps to reproduce the behavior:
- Upgrade from 2024.6.4 to 2024.8.0
- Login and observe the update checker state that 2024.8.1 is available.
- Update the docker-compose.yml file image property for server and worker to use -2024.8.1 instead of 2024.8.0
- Boot up and observe a blank web page.
Expected behavior A clear and concise description of what you expected to happen.
It just works.
Screenshots If applicable, add screenshots to help explain your problem.
Logs Output of docker-compose logs or kubectl logs respectively
Version and Deployment (please complete the following information):
- authentik version: 2024.8.1
- Deployment: docker-compose
Additional context Add any other context about the problem here.
I needed to update the property mappings to revert to the original values after the upgrade minced them.