railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.87k stars 2.25k forks source link

[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 8 months ago

Etx17 commented 8 months ago

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

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 commented 8 months ago

Hey @Etx17 I faced the same problem as you. But in my case this https://github.com/railsadminteam/rails_admin/issues/3648#issuecomment-1778628340 was helpful