JHipster context path with two slashes

127 views Asked by At

Anybody know how a context path can be added with two slashes like /app/idontknow to a JHipster generated application that uses React? Setting the value for "servlet.context-path" in the application-dev.yaml file in combination with setting the value for "base" in webpack.common.js does not work.

However, when setting the path with only one forward slash (/app_idontknow) it works.

0

There are 0 answers