當我刷新我的網站時,我得到了404。這是與Angular2,打字稿和firebase。當我刷新我的網站時,我得到了404。這是與Angular2和firebase
我已經部署到firebaseapp與我的Angular2應用程序。
路線似乎改變很好,但是當我刷新瀏覽器時,它將我重定向到404頁面。
當我刷新本地這不會發生。
我是否缺少任何路線設置或Firebase設置?
這是我firebase.json文件:
{
"firebase": "test",
"public": "src",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
讓我知道是否有人需要看到angular2路線 – AngularM
我得到404重定向到firebase 404頁 – AngularM
當我通過瀏覽器刷新時發生[Angular 2:404錯誤]的可能重複(http://stackoverflow.com/questions/35284988/angular-2-404-error-occurrence-when-i-refresh-through-browser) –