pascalgrimaud / generator-jhipster-docker

:whale: JHipster module, additional Docker support in your JHipster application
Apache License 2.0
58 stars 7 forks source link

Get JHipster App Config correctly #30

Closed HenningThiemann closed 4 years ago

HenningThiemann commented 4 years ago

If you executed the code with JHipster 6.1.2, you got an error: "this.getJhipsterAppConfig is not a function"

Solution is to replace it with "this.getAllJhipsterConfig()" (see (https://stackoverflow.com/questions/56191820/jhipster-ionic-error-while-creating-app-getjhipsterappconfig-is-not-a-function))

pascalgrimaud commented 4 years ago

Thanks ! I need to update this module...