Skip to content

Custom domain renders a white page #257

@D1reW0lf

Description

@D1reW0lf

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions