A server error ocurred while communicating with the debugger

0
  When I generate the link and the password for the debugger site, I put it in mendix studio local and I get the following error.   Mendix.Modeler.Debugger.Runtime.DebuggerException: A JSONObject text must begin with '{' at 1 [character 2 line 1]    at Mendix.Modeler.Debugger.Runtime.Messages.DebuggerResponse..ctor(String requestActionName, String responseText) in Mendix.Modeler.Debugger\Runtime\Messages\DebuggerResponse.cs:line 33    at Mendix.Modeler.Debugger.Runtime.DebuggerClient.PerformRequest(DebuggerRequest request, Int32 timeout) in Mendix.Modeler.Debugger\Runtime\DebuggerClient.cs:line 174    at Mendix.Modeler.Debugger.Runtime.Messages.DebuggerRequest.Execute(Int32 timeout) in Mendix.Modeler.Debugger\Runtime\Messages\DebuggerRequest.cs:line 57    at Mendix.Modeler.Debugger.Runtime.DebuggerClient.StartSession(IEnumerable`1 breakpoints) in Mendix.Modeler.Debugger\Runtime\DebuggerClient.cs:line 65    at Mendix.Modeler.Debugger.Runtime.DebuggerController.StartDebugging(String url, SecureString password, ConnectionMode mode, IEnumerable`1 breakpoints) in Mendix.Modeler.Debugger\Runtime\DebuggerController.cs:line 83    at Mendix.Modeler.Debugger.View.DebuggerUI.<>c__DisplayClass53_0.<StartDebugging>b__1() in Mendix.Modeler.Debugger\View\DebuggerUI.cs:line 273    at Mendix.Modeler.Utility.BackgroundUtil.<>c__DisplayClass1_0`1.<Do>b__0(Object s, DoWorkEventArgs e) in Mendix.Modeler.Utility\BackgroundUtil.cs:line 29    at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)    at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
asked
1 answers
0

Please check that your Application url is correct it should be as follows:

 

Application Url: https://exampleapp/debugger

Password: As generated by the Mendix Service Console (on premise app) or Developer console 

 

Please refer to following documentation:

Debugging Microflows Remotely | Mendix Documentation

answered