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

[Install fail on ruby 3.2.1] : File to import not found or unreadable: rails_admin/src/rails_admin/styles/base. #3657

Open
Etx17 opened this issue Nov 17, 2023 · 1 comment

Comments

@Etx17
Copy link

Etx17 commented Nov 17, 2023

Looks like it's pointing to some missing assets. I can't use rails admin because of that.
Found no resource on stack or with chatGPT

image
  • rails version: 7.0.4
  • rails_admin version: 3

Here are some of my gems :

gem "sassc-rails"
gem "graphql"
gem "faraday"
gem 'faker'
gem "bootstrap", "> 5.2"
gem "devise"
gem "autoprefixer-rails"
gem "font-awesome-sass", "> 6.1"
gem "simple_form", github: "heartcombo/simple_form"
gem "rack-cors"
gem "geocoder"
gem "cloudinary"
gem 'omniauth'
gem "omniauth-google-oauth2"
gem "omniauth-rails_csrf_protection", '> 1.0'
gem 'rails_admin', '> 3.0'

@artyomlagun
Copy link

Hey @Etx17
I faced the same problem as you. But in my case this #3648 (comment) was helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants