On Premise Debugging: Error message: Failed to parse response text for start_session request: Response text {result:-4,message:Authentication failed.}

0
We have modeler on premise for local debugging, these are the relevant settings. Enabling debugger… ...and to http://127.0.0.1:8090/debugger/ and variants like follows… ...results in the following: Postman reveals debugger active: Please advise
asked
2 answers
3

I believe the debugger is on the runtime port, not the admin port. So, I think the connection should be to http://127.0.0.1:8080/debugger.

answered
0

In your message you type “http://127.0.0.1:8090/debugger/”, but in the screenshot the /debugger/ is missing.
Or was this just an example screenshot and have you also tried with the /debugger/ at the end?

answered