Open
Description
Hello!
Apologies if this has been asked before - I am having trouble finding similar issues to this.
Is there a way to configure the deployment so the initial Network Response when navigating to different routes of the application is not 404?
I have deployed my Angular app using angular-cli-ghpages, and it works fine, except when using the Brave browser, a message pops up when navigating to different routes, saying "Sorry, that page is missing". I noticed that this happens possibly because I get a 404 Network Response to my GET Request for the page/route, but the page loads fine. Also, when serving my application locally I don't get 404 Responses when navigating to different routes.