Set frontend BASE_PATH to allow path-based redirection
Mario Sánchez García
We're having trouble to place the frontend behind a reverse proxy, in a way that we can redirect from the proxy to different Blockscout deployments. We're using paths (e.g.
/blockscout-01
) to do this redirection, which the frontend doesn't like because it will return a hardcoded link based in /
(e.g. <hostname>/assets/(...)
, instead of <hostname>/blockscout-01/assets/(...)
) with no possibility to change it. Is there a way we're missing to do this, or is the frontend not capable of doing this at the moment? And if that's the case, is it a feature you feel you want to add?Thanks in advance!