Bug While Importing a business

Hi,

I have Server Edition V. 25.10.25.3031,

I just made a backup and then when I imported it back below error pops up:

Error
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <meta name="robots" content="noindex, nofollow" />
        <title>Not Found</title>
        <link rel="dns-prefetch" href="//fonts.gstatic.com" />
        <link
            href="https://fonts.googleapis.com/css?family=Nunito"
            rel="stylesheet"
        />
        <style>
            html,
            body {
                background-color: #1a202c;
                color: #fff;
                font-family: "Nunito", sans-serif;
                height: 100vh;
                margin: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
            }
            a {
                color: #bbb;
            }
        </style>
    </head>
    <body>
        <div>
            <svg
    style="height: 70px"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 245 245"
>
    <g clip-path="url(#a)">
        <path
            fill-rule="evenodd"
            clip-rule="evenodd"
            d="M242.291 110.378a15.002 15.002 0 0 0 0-15l-48.077-83.272a15.002 15.002 0 0 0-12.991-7.5H85.07a15 15 0 0 0-12.99 7.5L41.071 65.812a.015.015 0 0 0-.013.008L2.462 132.673a15 15 0 0 0 0 15l48.077 83.272a15 15 0 0 0 12.99 7.5h96.154a15.002 15.002 0 0 0 12.991-7.5l31.007-53.706c.005 0 .01-.003.013-.007l38.598-66.854Zm-38.611 66.861 3.265-5.655a15.002 15.002 0 0 0 0-15l-48.077-83.272a14.999 14.999 0 0 0-12.99-7.5H41.072l-3.265 5.656a15 15 0 0 0 0 15l48.077 83.271a15 15 0 0 0 12.99 7.5H203.68Z"
            fill="url(#b)"
        />
    </g>
    <defs>
        <linearGradient
            id="b"
            x1="188.72"
            y1="6.614"
            x2="56.032"
            y2="236.437"
            gradientUnits="userSpaceOnUse"
        >
            <stop stop-color="#12CD87" />
            <stop offset="1" stop-color="#12ABCD" />
        </linearGradient>
        <clipPath id="a">
            <path fill="#fff" d="M0 0h245v245H0z" />
        </clipPath>
    </defs>
</svg>
            <div style="font-size: 22px; margin-top: 70px">
                Service is not reachable
            </div>
            <div style="font-size: 16px; margin-top: 10px">
                Make sure the service is running and healthy.
            </div>
            <div
    style="
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-top: 40px;
    "
>
    <a href="https://easypanel.io">Website</a>
    <a href="https://easypanel.io/docs">Documentation</a>
    <a href="https://twitter.com/easypanel_io">Twitter</a>
    <a href="https://discord.gg/9bcDSXcZQ7">Discord</a>
</div>
        </div>

        <style>
            
        </style>
    </body>
</html>

That HTML code doesn’t come from Manager Server though. There is something between you and Manager Server that interrupts your upload and sends its own error back as HTML page.

I will improve the error dialog so it will render it properly but it won’t solve the underlying issue because the underlying issue is not with Manager Server.

1 Like