I am getting this error in service studio and in browser. What is the exact reason for this? Thank you so much!
Hi John,Please try below suggestion.https://success.outsystems.com/Support/Enterprise_Customers/Troubleshooting/Debugger_not_working
https://www.outsystems.com/forums/discussion/15298/debugger-not-working-a-possible-solution/
Thank you for this information sir
Hi John,
Please ensure if you are debugging the module is published with latest changes and with all the updated dependencies.
Also if the entry point for the module to be debugged is different than itself then the dependencies should be updated and published then only it will work and stop at the breakpoint you marked.
Please let me know if this helps.
Thanks,
Unnati
Hello Ms. Unnati, all dependencies are updated. Seems like the server is blocking the URL for security purposes. I tried cloning the module and use it instead and it worked. Thanks by the way.
I got this error message after deleting the OnReady handler on my Default screen. I missed the warning message for a non existing OnReady handler. Check for any invalid page level event handlers. (I don't think I had the "Too many redirect attempts" piece though)