Angular ng build. http://localhost:4200/implicit/callback error 404

You have to configure your web server so it’s SPA-aware. That is, all routes should go to index.html. There’s lots of tutorials on how to do this, just google for “$webserver spa”. For example express.js spa.

1 Like