Reverse proxy via paths only shows a white page (but the title works)

See this article

You’re stripping /tools off of the path passed to your app, but your app tries to load JS files from /assets which is not being proxied, so those files get blank responses and cannot load the content of your page.