Couldnt able to connect the debugger to the app that is deployed in the mendix free cloud (Sandbox)

0
I'm trying to connect the debugger to the application that is deployed in the mendix free cloud i.e.. sandbox by using the debugging credentials which I took from the environments tab of the developer portal. But I couldn't do so.. I'm getting the below error. Does anybody have any idea on this?   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
3 answers
0

Guess this is a clear reason

"This app is not running. Try again later or contact the admin for this app if this issueThis app is not running. Try again later or contact the admin for this app if this issue"

 

Are you sure that the app is running in the cloud? Note that free apps terminate after 2 hrs of inactivity

answered
1

Now its working fine, this issue has been resolved now.

answered
0

My Studio Pro 10.10 connects to remote debugger in the Free Cloud but no message are pushed to it and breakpoints do not work. Any suggestions?

answered