3.1.0
.yo-rc.json file generated in the root folder{
"generator-jhipster": {
"baseName": "Volunteercrowd",
"packageName": "com.hielfsoft.volunteercrowd",
"packageFolder": "com/hielfsoft/volunteercrowd",
"authenticationType": "session",
"hibernateCache": "ehcache",
"clusteredHttpSession": "no",
"websocket": "spring-websocket",
"databaseType": "sql",
"devDatabaseType": "postgresql",
"prodDatabaseType": "postgresql",
"searchEngine": "elasticsearch",
"useSass": false,
"buildTool": "gradle",
"frontendBuilder": "grunt",
"enableTranslation": true,
"enableSocialSignIn": false,
"testFrameworks": [
"gatling",
"cucumber",
"protractor"
],
"jhipsterVersion": "3.0.0",
"serverPort": "8080",
"applicationType": "monolith",
"nativeLanguaje": "es",
"languages": [
"en",
"es"
],
"travis": true
}
}
Despite the fact that it says the JHipster version is 3.0.0 I am running the 3.1.0
entityName.json files generated in the .jhipster directoryWindows 10 and Mozilla Firefox
You probably had an error in your logs, like a network issue.
Without your logs we can't help you.
-> I've created ticket #3541 to help people in your case
It isn't a network issue, is the index.html file wich become empty when gulp serve is executed. After ctrl+z the index.html file, it works fine
Normally "gulp serve" should inject the right JS/CSS inside your index.html, that's supposed to be the solution, not the problem.
I am having the same problem on my Win machine. Everything works until i run gulpi just get a blank page at http://localhost:9000/
I also get blank page if i run only maven on http://127.0.0.1:8080
Please don't camp on an old issue, open a new one.
Most helpful comment
Normally "gulp serve" should inject the right JS/CSS inside your index.html, that's supposed to be the solution, not the problem.