Reputation: 3749
I am trying to deploy my Ember app to AWS. I have taken the following steps found here. The app loads but immediately throws a 404 once the URL/route changes since those files do not exist on the S3 bucket. Any ideas?
Upvotes: 0
Views: 154
Reputation: 47367
Change your location from history to hash.
http://emberjs.com/api/classes/Ember.Location.html
Upvotes: 2