Hey Jawa,
Try these steps in order and share here what happens
Step 1 : Check n8n Cloud Status
Go to status.n8n.io rand check if there’s an active incident on your instance’s region. This is the first thing to eliminate.
Step 2 : Grab the browser logs
Open DevTools (F12), go to the Network tab, filter by “WS” (WebSocket), then click “Listen for Test Event” again. Screenshot what you see there specifically whether the WebSocket connection is established or immediately rejected, and what status code appears. Also check the Console tab for any red errors at that same moment.
Step 3 : Test on a different network
Try on mobile data (hotspot) with WiFi off. This rules out a local firewall, proxy, or ISP blocking WebSocket upgrades
Step 4 :Check your Executions tab
After attempting “Listen for Test Event”, check if any execution entry was created. If yes → the workflow is running fine, it’s purely a UI display/WebSocket issue. If no entry at all → the connection is dying before the server even registers it.
Step 5 : If all else fails, escalate directly to n8n Cloud Support
Since you’ve already restarted your workspace and the issue is 100% reproducible across all workflows, this is very likely an instance-level issue on n8n’s infrastructure side that only their team can diagnose. Contact them via the in-app chat on your Cloud dashboard and provide: your instance URL, approximate time the issue started, and the browser DevTools WS screenshot from Step 2. They can inspect your instance’s container health directly.
Workaround in the meantime:
Activate your workflow, hit the production webhook URL with a tool like Postman or even your browser, and monitor the result in the Executions tab. This bypasses the WebSocket dependency entirely and lets you keep working while the issue is investigated.
Let me know what you find in the network logs.
