-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Container (Redmine 6.0.1) not starting when using the REDMINE_SECRET_KEY_BASE environment variable #349
Comments
Yeah, this is a problem with the config/initializers/secret_tokens.rb file not existing. If you backup and delete the config/secrets.yml and set the REDMINE_SECRETS_KEY_BASE environmental variable to contain your secret key it should automatically generate that .rb file.
The new release seems a little buggy. My system got completely hosed when I upgraded. Still can't get a custom theme to be recognized. |
@ctassell Redmine 6.0.x has incompatible changes about Themes. Maybe this is the root of your problems. See: I hope it helps. :) |
Thanks, I reverted back to 5.1 for now, I'll make sure to bookmark that so our web dev can upgrade the theme when we are prepared to migrate. One of our plugins also had issues, it must need to be patched as well. |
@ctassell Thanks for the help, i'll tests it as soon as possible |
The Redmine container is not starting when setting the REDMINE_SECRET_KEY_BASE environment variable as shown in the docker compose example.
Error message and stacktrace:
The text was updated successfully, but these errors were encountered: