-
Notifications
You must be signed in to change notification settings - Fork 65
Description
We run IPT behind an NGINX proxy over SSL in a sub-path and when submitting the setup form, the HTTP POST is sent with the correct data, but the application does not think it received anything
https://example.com/ipt (NGINX entry point)
Proxy to
http://127.0.0.1:8080 (IPT Tomcat instance)
baseURL is set correctly, as all of the image urls are generated correctly
I did note that the <form action="setup2.do" does not include ${baseURL}, adding that manually doesn't make any difference.
...
I also note that there appears to be a missing referenced bootstrap file
DevTools failed to load source map: Could not load content for https://example.com/ipt/js/bootstrap/bootstrap.bundle.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE