Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jhipster registry empty pag

I have imported last version of jhipster Registry ,deploy correctly, open localhost:8761 I get a empty page, there is no error information.

enter image description here

enter image description here

like image 864
Xin Yan Avatar asked May 24 '17 16:05

Xin Yan


1 Answers

If you see a blank page when starting JHipster Registry v3+, you should run yarn or yarn start to build the frontend.

This is only necessary when building the registry from source. When deploying the pre-built WAR or Docker image, the frontend is ready. See the JHipster Registry docs for more information.

like image 83
Jon Ruddell Avatar answered Oct 08 '22 14:10

Jon Ruddell