Replies: 1 comment 1 reply
-
Hey, thanks for starting this discussion. This is not a bug, but a side effect of the container no longer using root. See https://docs.firefly-iii.org/references/faq/docker/#can-i-use-docker-secrets Cheers, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Support guidelines
I've found a bug and checked that ...
Description
After updating my self-hosted Docker Swarm deployment to the
6.2.7
tag, the application began returning HTTP 500 errors. The logs consistently show the following error when accessing the application:Steps Taken:
APP_KEY
is configured via a secret file and properly referenced usingAPP_KEY_FILE
in the Compose file.APP_KEY_FILE
and directly definingAPP_KEY
in the environment (with the secret value), but neither approach resolved the issue.6.2.4
), but the error persists.Suspected Cause:
Since downgrading did not resolve the problem, I suspect the issue might be related to a database migration or a configuration change introduced in the newer version(s) that affects the encryption key setup.
Debug information
Got error 500 accessing
/debug
endpointExpected behaviour
No response
Steps to reproduce
No response
Additional info
APP_KEY
secret file has not been modified and works in other environments.Beta Was this translation helpful? Give feedback.
All reactions