JeroenAdam
JeroenAdam
FYI, 2 days ago, I got an e-mail alert for each of our Crashplan instances saying "(servername) has not backed up in 1 day. If this computer hans't been updated...
The following issue here. On a Jhipster v7.4 project: Error jhipster-elasticsearch-reindexer Package subpath './script-base' is not defined by "exports" in C:\Users\Adam\AppData\Roaming\npm\node_modules\generator-jhipster-elasticsearch-reindexer\node_modules\generator-jhipster\package.json The node_modules contains the v7.5 (latest) generator-jhipster. I'll try...
I had the same error and edited several .js files inside the /public folder. The url localhost:3000 replaced by whatever url you will be using.
I found out Jhipster by default generates AuditingEntityListener.java and DatabaseConfiguration.java contains the annotation for enabling JPA auditing. I think this generator is not needed any longer. The uer entity is...
This is going to be tackled here: https://github.com/jhipster/generator-jhipster/issues/18471
FYI, the ElasticSearch team created a 'link-rating' app which sort of does that with links instead of contant, a shareable link for each search result. It is showcased, open-sourced &...
Same here for a fresh app generated by Jhipster v7.9.2 I used the same JDL from a running app which was generated by Jhipster v7.4.1, no such issue with that...
FYI, beside Postman, I also have the same error when trying to populate some data via [Node-Red ](https://nodered.org/). The error already occurs on the first GET request to obtain the...
Related: #385 I've had the same issue with tests running with the side runner. Random fails while no issues at all when running with the IDE. My workaround: add a...
There is also an ongoing issue https://github.com/jhipster/generator-jhipster/issues/17926 on the React side, multi-column forms don't work. Workaround as proposed is to use the library (Reactstrap) directly as its already integrated and...