Hi there.
I added a custom domain to a status page under the path /status/test, but when I try to see it, it just renders a white page.
On Docker logs I can see that:
tianji-1 STDOUT GET /status/test 200 130 - 0.456 ms
tianji-1 STDOUT GET /status/test 304 - - 0.575 ms
And the browser shows me that it tries to load an iframe with https://CUSTOM.URL/status/test
<html>
<head></head>
<body style="padding: 0; margin: 0;">
<iframe style="border: none; width: 100%; height: 100%;" title src="/status/test">
-#document (https://CUSTOM.URL/status/test)
<htmL>
<head></head>
<body style="padding: 0; margin: 0;">
<iframe style="border: none; width: 100%; height: 100%;" title src="/status/test">
#document (https://CUSTOM.URL/status/test)
<htmL>
<head></head>
<body style="padding: 0; margin: 0;">
<iframe style="border:none; width: 100%; height: 100%;" title src="/status/test">
#document (about:blank)
<html>
<head></head>
<body></body>
</html>
"</body>"
</iframe>
</body>
</html>
"</body>"
</iframe>
</body>
</html>
"</body>"
</iframe>
</body>
</html>
Hi there.
I added a custom domain to a status page under the path
/status/test, but when I try to see it, it just renders a white page.On Docker logs I can see that:
And the browser shows me that it tries to load an iframe with https://CUSTOM.URL/status/test