Skip to content

Heroku Issue: ActionView::Template::Error (The asset "tailwind.css" is not present in the asset pipeline.") #153

@Dnncha

Description

@Dnncha

Hi

Thanks for your work.

I'm running a very simple Rails 7.0.2.2 which I've just set up.

Everything is working swimmingly locally, but when I deploy to heroku I'm getting the following error when I try to view a page:

ActionView::Template::Error (The asset "tailwind.css" is not present in the asset pipeline.)

I have checked to ensure that sassc-rails is disabled in the Gemfile.

I have also tried adding

config.assets.css_compressor = nil

to production.rb, but the error remains.

Any ideas where I am going wrong?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions