Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/admin path crashes because ActiveStorage is not configured #569

Closed
abeger opened this issue May 8, 2024 · 3 comments
Closed

/admin path crashes because ActiveStorage is not configured #569

abeger opened this issue May 8, 2024 · 3 comments

Comments

@abeger
Copy link
Contributor

abeger commented May 8, 2024

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
@nodunayo
Copy link
Owner

nodunayo commented May 8, 2024

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?

@abeger
Copy link
Contributor Author

abeger commented May 8, 2024

I've (finally) got this figured out. PR coming soon.

@nodunayo
Copy link
Owner

nodunayo commented May 8, 2024

Amazing!!

nodunayo added a commit that referenced this issue May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants