Description
Hello ReportPortal team,
We are currently working on spinning up an RP portal instance in our environment in OpenShift.
The key difference between our setup and the default Ingress way is that we have an NGINX proxy server in front of our cluster.
The location in the NGINX server dedicated to the RP instance is /rpportal, which proxies all the requests to OS Routes. Due to this /ureport location, all the routes in the frontend app should also have a /rpportal prefix.
We tried to define a "homepage" property in the package.json file, and manually specify this prefix in the routes inside of the /app/src/routes/routesMap.js file.
Unfortunately it did not work - we keep getting HTTP codes 302 and 307 when we access the UI.
Can you let us know of the correct procedure to define a url prefix in the code?