Application generated with JHipster 4 returning blank page on 8080, but not on 9000

前端 未结 5 857
借酒劲吻你
借酒劲吻你 2020-12-28 18:04

I\'ve create an application with JHipster v4. When I make a request on port 8080 it is returning a blank page. If I use yarn start, and I make a request to 9000

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-28 18:57

    I had the same issue where on port 8080, it was returning nothing and on 9000 it gave correct page , after yarn install && yarn webpack:build I get correct page on both, I noticed that if I only run .mvnw, the application runs fine and I do not need to run "yarn start"

提交回复
热议问题