We are trying to install this plugin on a fresh redmine instance: https://www.redmine.org/plugins/redmine_kanban
We unzipped to the plugins folder but get the following when running the rake command:
root@xxx:/app/code# bundle exec rake redmine:plugins NAME=redmine_checklists RAILS_ENV=production
WARN: Unresolved or ambiguous specs during Gem::Specification.reset:
stringio (>= 0)
Available/installed versions of this gem:
- 3.1.2
- 3.1.1
WARN: Clearing out unresolved specs. Try 'gem cleanup <gem>'
Please report a bug if this causes problems.
rake aborted!
ArgumentError: Missing `secret_key_base` for 'production' environment, set this string with `bin/rails credentials:edit` (ArgumentError)
raise ArgumentError, "Missing `secret_key_base` for '#{Rails.env}' environment, set this string with `bin/rails credentials:edit`"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2/lib/rails/application/configuration.rb:519:in `secret_key_base='
Any clues? We notice a new major version was installed just 6 days ago (6.0.1)