Sandbox debug

1
Hi, I am trying to debug on the sandbox, but I got an error. I did connect the sandbox debugger before, it was works and connected, but today it gave me this error. Does anyone know about this error? Thanks   Mendix.Modeler.Debugger.Runtime.DebuggerException: Failed to parse response text for start_session request. Response text: <!DOCTYPE html><html lang="en" dir="ltr"> <head>    <meta charset="utf-8">    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">    <title>Offline</title>    <link rel="preconnect" href="https://fonts.gstatic.com">     <link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap" rel="stylesheet">    <link rel="stylesheet" type="text/css" href="/static/css/style.css"></head> <body>     <div class="centered">        <img class="error_img offline" src="/static/img/503_stopped.png" alt="Broken Car">        <h1>            Offline        </h1>        <p>            This app is not running. Try again later or contact the admin for this app if this issue persists.        </p>    </div> </body></html>
asked
2 answers
0

Weird question, but is the URL of your debugger correct? I've mostly seen this when the URL is wrong, for instance when there is no /debugger/ at the end of the URL. 

answered
0

Did you make sure that the app really came online? From the error message it looks like it is still sleeping.

Regards,

Ronald

 

answered