morcutt
morcutt

Reputation: 3749

AWS S3 Ember CLI Static Hosting Routing Issue Throwing 404

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

Answers (1)

Kingpin2k
Kingpin2k

Reputation: 47367

Change your location from history to hash.

http://emberjs.com/api/classes/Ember.Location.html

Upvotes: 2

Related Questions