Closed Elbullazul closed 1 year ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
could maybe be related to the upgrade to Symfony 6.3?
https://github.com/kimai/kimai/discussions/4320
Seems like a cache issue. Can you try deleting /config/www/var/cache
and restarting the container? If this works we may need to build something into the container to delete the cache on startup, or to exclude the cache from the user config and just keep it in the container (which would mean it gets recreated when the container gets recreated)
Clearing the cache fixed the issue, thanks a lot!
Is there an existing issue for this?
Current Behavior
The container cannot start the web service, as it errors out when starting with the following error message:
Expected Behavior
The previous release (v2.0.34) didn't have trouble starting, the new version should also start the web service.
Steps To Reproduce
Pull the latest kimai image (2.0.35) and start the container, it doesn't start the web service and errors out.
Environment
CPU architecture
x86-64
Docker creation
Container logs