I have successfully cloned, built and run the latest Dev branch for eShopOnContainers - Microsoft's reference architecture for Microservices
However, I am unable to launch the SPA Webapp service Web SPA: http://localhost:5104 --- RETURNS 404***
ALL of the below endpoints work Fine
- Web MVC: http://localhost:5100 - Works and able to launch the MVC web app
- Web Status: http://localhost:5107
- Microservices
- Catalog microservice: http://localhost:5101 (Not secured)
- Ordering microservice: http://localhost:5102 (Requires login - Click on Authorize button)
- Basket microservice: http://localhost:5103 (Requires login - Click on Authorize button)
- Identity microservice: http://localhost:5105 (View "discovery document")
Any pointers as to how to debug why the SPA WebApp is not working are much appreciated.

