You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the webpack.common.js file like described in the official documentation the entire application goes out of order.
Currently React is in use for the web layer.
Obviously web resources like index.html do not get found by the Browser anymore because of obviously wrong directoy/path structures used then.
I suspect it a problem with parsing because of the second slash in any internally used library.
Setting a servlet context path containing more than one slash leads the entire application to not work anymore.
When setting
in the application-dev.yaml file and setting
in the webpack.common.js file like described in the official documentation the entire application goes out of order.
Currently React is in use for the web layer.
Obviously web resources like index.html do not get found by the Browser anymore because of obviously wrong directoy/path structures used then.
I suspect it a problem with parsing because of the second slash in any internally used library.
JHipster info:
_Welcome to JHipster v7.8.1
Welcome to the JHipster Information Sub-Generator
JHipster Version(s)
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Environment and Tools
openjdk version "11.0.13" 2021-10-19
OpenJDK Runtime Environment (build 11.0.13+8-Ubuntu-0ubuntu1.18.04)
OpenJDK 64-Bit Server VM (build 11.0.13+8-Ubuntu-0ubuntu1.18.04, mixed mode, sharing)
git version 2.17.1
node: v16.14.2
npm: 8.5.0
Docker version 20.10.17, build 100c701
docker-compose version 1.17.1, build unknown
No change to package.json was detected. No package manager install will be executed._
The text was updated successfully, but these errors were encountered: