When I update my site, I get 404. This is with Angular2, typescript and firebase.
I deployed firebaseapp using my Angular2 application.
The routes seem to change fine, but when I update my browser, it redirects me to 404 page.
When I update locally, this does not happen.
Am I missing route settings or Firebase settings?
This is my firebase.json file:
{ "firebase": "test", "public": "src", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ] }
angular typescript firebase firebase-hosting firebase-security
AngularM Dec 22 '15 at 12:15 2015-12-22 12:15
source share