Debugger not working

0
Hello mendix community. I'm busy dealing with an issue I keep getting when trying to connect my debugger to an app running on the Free Cloud. I have checked the URL and the password so it's not the /debugger issue that other people have had. The app is also working and I can log in and use it. At the same time of this issue I also have an issue with OIDC SSO, it might be related or it could be a separate issue. The following is the error I get from the debugger:   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
1 answers
0

Seems you are not alone:

https://community.mendix.com/link/space/deployment/questions/131773

 

answered