-
Notifications
You must be signed in to change notification settings - Fork 17
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
Installation ok but Redmine won't start after #98
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
This is my first install of the 2FA module for an existing Redmine deployment.
Environment:
Redmine version 4.2.2.stable
Ruby version 2.7.4-p191 (2021-07-07) [x86_64-linux]
Rails version 5.2.6
I have installed libcurl-devel, then module redmine_sidekiq, opened local port 6379 on firewall (local), installed redmine_bots and then installed redmine_2fa.
Installation is ok (I had to disable rotp and rqrcode from Gemfile ) via bundle install.
Bundle exec rake ends with an error but I did not have any previous ^module deployment nor configuration.
When I try to restart Redmine (via a service) I have these messages and the application does not start:
I notice the dry-configurable has changed this on version 0.13 :
https://github.com/dry-rb/dry-configurable/blob/master/CHANGELOG.md
Deprecated the setting default provided as the second positional argument. Provide it via the default: keyword argument instead. (#112 and #121 by @waiting-for-dev & @timriley)
setting :path, default: "some/default/path"
Can you please check this ?
I am able to make testing if needed.
Thanks
Raphaël
The text was updated successfully, but these errors were encountered: