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.