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
Since I merged in #2977, we've had just the one error which is nice. But it's a tricky one:
RuntimeError
Missing Active Storage service name. Specify Active Storage service name for config.active_storage.service in config/environments/production.rb (RuntimeError)
It's firing on every data reset (we reseed daily to avoid issues).
Since I merged in #2977, we've had just the one error which is nice. But it's a tricky one:
It's firing on every data reset (we reseed daily to avoid issues).
In
config/storage.yml, we don't configure anything: https://github.com/thoughtbot/administrate/blob/main/spec/example_app/config/storage.ymlBut what should we do? Configure an S3 bucket for demo purposes?
(It's not public information, and it's tricky to add people, but for reference a link to the Sentry issue: https://thoughtbot-ui.sentry.io/issues/7339850609/)