question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Request to fix Entities empty dropdown

See original GitHub issue
Overview of the issue

I am so happy to explore jhipster for the first time after heard about angular2 support added in Jhipster 4

I followed https://jhipster.github.io/video-tutorial/ , however the Entities drop down shows empty

bug-entities-dropdown-01 This shows that i made some mistake in setting up the projects

Motivation for or Use Case

First time users like me , will not be surprised about the usability issue!

Suggest a Fix

it will be nice if we show some helpful text like this

bug-entities-dropdown

JHipster Version(s)
blog@0.0.0 X:\opensource12\jhipster\vidhyapp\myapp
+-- UNMET PEER DEPENDENCY @angular/compiler@2.4.7
+-- UNMET PEER DEPENDENCY @angular/core@2.4.7
`-- generator-jhipster@4.0.6

JHipster configuration, a .yo-rc.json file generated in the root folder
{
  "generator-jhipster": {
    "jhipsterVersion": "4.0.6",
    "baseName": "blog",
    "packageName": "com.labkit.jhipster",
    "packageFolder": "com/labkit/jhipster",
    "serverPort": "8080",
    "authenticationType": "jwt",
    "hibernateCache": "ehcache",
    "clusteredHttpSession": false,
    "websocket": false,
    "databaseType": "sql",
    "devDatabaseType": "h2Disk",
    "prodDatabaseType": "mysql",
    "searchEngine": false,
    "messageBroker": false,
    "serviceDiscoveryType": false,
    "buildTool": "maven",
    "enableSocialSignIn": false,
    "jwtSecretKey": "ae9d4e2f915f1e14f8d449d6a42175f3b36ff3d0",
    "clientFramework": "angular2",
    "useSass": true,
    "clientPackageManager": "yarn",
    "applicationType": "monolith",
    "testFrameworks": [
      "gatling",
      "protractor"
    ],
    "jhiPrefix": "jhi",
    "enableTranslation": true,
    "nativeLanguage": "en",
    "languages": [
      "es",
      "ca",
      "ta",
      "en"
    ]
  }
}

Entity configuration(s) entityName.json files generated in the .jhipster directory

ls: no such file or directory: .jhipster/*.json

Browsers and Operating System

Firefox java version “1.8.0_101” Java™ SE Runtime Environment (build 1.8.0_101-b13) Java HotSpot™ 64-Bit Server VM (build 25.101-b13, mixed mode)

git version 2.9.2.windows.1

node: v6.10.0

npm: 3.10.5

gulp: [15:28:08] CLI version 1.2.2

yeoman: 1.8.5

yarn: 0.21.3

[x] Checking this box is mandatory (this is just to show you read everything)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
jduboiscommented, Aug 16, 2018

@SauronShepherd this is an old issue, and has nothing to do with your problem. You’re probably not running yarn start I guess.

1reaction
gmarzioucommented, Mar 2, 2017

Not worth it I think.

Read more comments on GitHub >

github_iconTop Results From Across the Web

JHipster: Entity dropdown is blank - angular - Stack Overflow
I imported the default JDL from the JHipster website, however, when I try to access the entity dropdown menu, it is blank, after...
Read more >
Dropdown menu in Zap field is empty or missing items
In the Zap editor, click to expand the step with missing dropdown menu options. Select the affected field. Click Load More. This will...
Read more >
Razor Pages with Entity Framework Core in ASP.NET Core
Shows how to create a Razor Pages app using Entity Framework Core. ... Start Visual Studio 2022 and select Create a new project....
Read more >
HTTP/1.1: Status Code Definitions
TRACE an entity containing the request message as received by the end server. ... thus is always terminated by the first empty line...
Read more >
data not populating from db for the dropdown field in edit screen.
Hi,. Do you want to combine external data and Static entity data and then want to save that data in your application database?...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found