I’m getting this error, I’m finding it really hard to pin down exactly what is causing it. I’ve read all other forum posts related to this and still can’t seem to fix it. It’s affecting both test and live.
Is there a way to determine which workflow might be causing this from the error in the console?
To this day doesn’t provide much granularity in terms of debugging performance imo, and is also buggy from time to time but it definitely can be helpful.
Maybe looking at the Server logs by filtering some of the heavier actions like something triggered on a List or other triggers that can take a chunk of performance and fail to execute
Look for errors in the workflows, broken or missing conditions. I’ve usually found this happens when a condition is missing, your tri
Ting to run a custom event that’s been deleted or is missing parameter.
Sometimes the debugger won’t show the issue if your not on the page.