Intro:-
We are new to MicroFrontEnd Architecture and we have chosen single-spa framework for this. We are building the front end applications using Angular 10.
Issue:-
After we built all the micro front end applications and deployed into IIS Windows server ( Manual Deployment only ) , The Application is not working when we type manually the route information (http://10.XX.XXXX.X/Accounts ,http://10.XX.XXXX.X/Cards,http://10.XX.XXXX.X/Loans etc. etc.). But the same can be accessed without any issue when we access via menus inside the application (Please see the below picture and we are not having issue when we click the red box numbers [from 1 to 7])
Clarifications
- Is it possible to host all the micro front end and container root application in a same port ?
- Why all the micro front end applications are working fine when a user clicks on the hyperlinks in the container application but not typing / refreshing from the browser ?