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
I just updated solidus_auth_devise to 2.5.0 and noticed that my push to Heroku failed with the following:
Sprockets::FileNotFound: couldn't find file 'spree/backend/solidus_auth' with type 'application/javascript'
Checked in these paths:
[...]
/tmp/build_e249da96/vendor/bundle/ruby/2.6.0/gems/solidus_backend-2.10.2/app/assets/config/solidus_backend_manifest.js:3
/tmp/build_e249da96/vendor/assets/javascripts/spree/backend/all.js:11
I've been able to diagnose and resolve this, so I'm closing the issue but will document it in case others have a similar experience.
Commit 01a7db5 removed some assets, as well as their requirements. However, for whatever reason we had been manually stating require spree/frontend/solidus_auth. I'm not sure if that had come from a Spree installer many years ago, or where exactly that came from. Thus our app would not precompile correctly in the latest version of solidus_auth_devise.
Of course, simply removing this line fixed the issue!
I just updated
solidus_auth_devise
to2.5.0
and noticed that my push to Heroku failed with the following:Any idea what might be going on here?
Using:
Ruby 2.6.6
Rails 5.1.7
Solidus 2.10.2
solidus_auth_devise 2.5.0
The text was updated successfully, but these errors were encountered: