You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATION WARNING: `Rails.application.secrets` is deprecated in favor of `Rails.application.credentials` and will be removed in Rails 7.2. (called from [...])
Resolution
Source: heartcombo/devise#5644
Add config.secret_key = Rails.application.secret_key_base to the devise initializer.
The text was updated successfully, but these errors were encountered:
Deprecation Warning
Raised when running tests.
Resolution
Source: heartcombo/devise#5644
Add
config.secret_key = Rails.application.secret_key_base
to the devise initializer.The text was updated successfully, but these errors were encountered: