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
The check for SecretTokenGenerator#token_exists? fails when there is no settings.yml file present (or the value isn't in the database).
The underlying issue is the call to settings.value fails with a "NoMethodError: undefined method 'value' for nil:NilClass" when the setting is missing. The secret_token.rb initializer fails on startup / deploy.
The check for
SecretTokenGenerator#token_exists?
fails when there is nosettings.yml
file present (or the value isn't in the database).The underlying issue is the call to
settings.value
fails with a "NoMethodError: undefined method 'value' for nil:NilClass" when the setting is missing. Thesecret_token.rb
initializer fails on startup / deploy.PR to address the issue here: #1205
The text was updated successfully, but these errors were encountered: