Search code examples
angularjhipstermicroservices

Unable to get jhipster gateway home page


I am unable to open My JHipster + Angular 2 (Gateway) Application home page with port 8080 (which is given at server port in application-dev.yml) There is no errors in console.

index.html completely loading may be routing is not working fine.

The Same application is running fine on port 9000 (which is provided by yarn)

My problem is if I use 9000 port (Given by yarn) unable to communicate with other micro services applications.


Solution

    1. Clear cache in your browser
    2. Execute command yarn run webpack:build