solidus icon indicating copy to clipboard operation
solidus copied to clipboard

NameError: uninitialized constant Tailwindcss

Open cesartalves opened this issue 3 months ago • 1 comments

I get this error when I try to use RAILS_ENV=production rails assets:precompile. It causes my build to fail on Heroku and locally.

I tried using Chat-GPT to fix the issue, but none of the workarounds it suggested work.

Solidus Version: gem "solidus", "~> 4.6"

To Reproduce Clone https://github.com/cesartalves/sample-store and run the rails command cited above. -->

Expected behavior

Precomplication of assets should work

Screenshots

Image

Desktop (please complete the following information):*

  • OS: MacOs 15.0.1

Additional context Long time no see!

cesartalves avatar Dec 02 '25 14:12 cesartalves

This is probably an issue caused by too new a version of the Tailwind gem or something like that.

jarednorman avatar Dec 08 '25 18:12 jarednorman