When I try to load my application (ExtJS 4.2.3) in Firefox 32 with something in location.hash it terribly fails in reloading infinite loop. e.g:
http://localhost/myapp/#test
-> fails, reloads infinitely
http://localhost/myapp
-> loads ok
This happens only in Firefox, other browsers works ok. The console error says:
Error: [Ext.Loader] Failed loading 'app/application.js', please verify that the file exists
application.js file of course exists, but what I found out is that firefox loads it empty, even if server returns it ok. This is screenshot from firefox network inspection: https://mrkr.io/h5068OVyo0
When I try to resend it in firefox network tab, it returns it ok then. This seems really strange to me, any kind of help would be highly appreciated.
Thank you very much