문제

Asset Sync is working and the assets are saved to the s3 bucket.

GET http://s3.amazonaws.com/app-staging/javascripts/application.js 404 (Not Found) 

It shouldn't be /javascripts/application.js it should be /assets/application.js!

The app is deployed on AWS Beanstalk. I have a feeling the manifest file did not get saved. How would I check? Where can I see the public folder?

도움이 되었습니까?

해결책

Nevermind, worked the second-time around with no changes. Weird.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top