This was driving me nuts. Since by default the ember-cli will set locationType to auto
. Which I assume will leave it up to the app to determine whether the browser has support for session history. Only problem is this wasn’t working for me. I do know ember’s hashLocation did work for me in the past, so I changed locationType to hash
.
Changing an ember-cli app's locationType
Written on July 14, 2015