iamaestimo / rails-aws-fargate-tutorial

Tutorial app to follow along with the "Deploying Rails Apps to AWS Fargate" tutorial.
MIT License
8 stars 5 forks source link

application.css file not found #2

Open JohnCarterGonzalez opened 1 year ago

JohnCarterGonzalez commented 1 year ago

Hey, thanks for your awesome tutorial, Im running MacOS Ventura 13.x and following along on your tutorial, I seem to be running into the same issue when running docker-compose up. Im failrly new to RoR so any help would be appreciated. Every time I run the above mentioned command I get this error:

ActionView::Template::Error (The asset "application.css" is not present in the asset pipeline. hellorails-web-1 | ): hellorails-web-1 | 9: hellorails-web-1 | 10: hellorails-web-1 | 11: hellorails-web-1 | 12: <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> hellorails-web-1 | 13: <%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %> hellorails-web-1 | 14: hellorails-web-1 | 15: <%# Generated with: https://realfavicongenerator.net/ %> hellorails-web-1 | hellorails-web-1 | app/views/layouts/application.html.erb:12

I haven't changed anything with the project. Only cloned it and run the two docker cmds mentioned in the tutorial. I know this may be an old project for you guys but any help is appreciated, thanks!

thrivepro commented 1 year ago

Hey @JohnCarterGonzalez, will look into this and let you know.

JohnCarterGonzalez commented 1 year ago

Appreciate your help!