History (back/forward) do not rendering views

I have problem with my Ember + Ember-CLI app. I’m using history api in my router but when i switch router’s location history to hash bug is still here. When using browsers history moving URL is changing properly but no rerender happens. Tested in Chrome (stable, canary), Firefox, Safari. Is this know bug or just some app specific issue?

I still have no solution for this. Nobody knows?

Maybe you should show some examples of code in which you have this problem. I quick saw some bugs from Ember Issues but not found some bug of this type

I’m affraid I’ll have to start new app from cratch and try what should breake this which will be realy hard because current codebase is pretty large. Strange is that router works just fine when app starts and break after some initialization happens.