Unable to connect to debugger

0
When attempting to connect to the debugger I get "Unable to connect to a debugger at the specified location"   Also the in the log:  Connector: 404 - file not found for file: debugger/   I do not get the same issue on another environment for the same app 
asked
2 answers
0

This usually means that either there is nothing that can be debugged running on the specified URL (e.g. if the application isn't deployed there) or that the URL is entirely wrong. Can you share your debugger URL with us? (if necessary you can remove some parts of it if you're not allowed to share the whole thing)

answered
0

Do you have any access restriction protocols set for that environment in the Mendix Cloud? That could be blocking access to the /debugger/ endpoint.

 

https://docs.mendix.com/developerportal/deploy/access-restrictions/#access-restriction-profiles

answered