speakerline
speakerline copied to clipboard
/admin path crashes because ActiveStorage is not configured
Speakerline has no need for ActiveStorage, but RailsAdmin seems to require ActiveStorage. Not sure if this is a Speakerline config issue, a RailsAdmin config issue, or something else.
The actual error message:
RuntimeError in RailsAdmin::MainController#dashboard
Missing Active Storage service name. Specify Active Storage service name for config.active_storage.service in config/environments/development.rb
Hmm, yes, I definitely don't want it to be required at all! Are you looking into this right now or do you need me to?
I've (finally) got this figured out. PR coming soon.
Amazing!!