I am experiencing a critical UI issue where my workflow canvas remains entirely blank/black, even though the system indicates that nodes exist and are currently executing.
Hello @MOHAMED_SANAD ! Sorry to hear you are having this issue.
Can you respond with the following info?
Are you cloud or self-hosted?
What is your n8n Version?
You can fix this though by doing the following.
If you are on cloud, go to n8n.cloud and restart your instance.
If you are on self-hosted, restart your instance, I will need more information though for specifics on which method based on your setup.
Have a great day, and if you have any questions/more information, please reply!
Hi @MOHAMED_SANAD Welcome to the community!
Your question is lacking some important information community needs to totally understand your issue please tell us about your n8n instance & version.
If you are experiencing this issue after an update please consider restarting your n8n instance and everything should resolve in the UI. Hope this helps.
-
n8n Version: Version 2.6.3
-
Deployment: Cloud
-
The Issue: I have already tried restarting the instance and clearing the browser cache, but the canvas remains black.
-
Crucial Detail: As shown in my screenshots, the ‘Agent Status’ bar at the bottom clearly says ‘EXECUTING NODE 1’. Also, my workflow metadata shows 19 nodes are present in the logic, but the UI
@MOHAMED_SANAD you have no screenshots attached. Have you tried logging into a different account in n8n does it cause the same issue? I recommend trying to access your n8n account using a barrier like proxy in between that does it cause the same issue then we would be sure that the issue is not from your end, please consider trying:
- Logging into different account, Trying account in an incognito window and try a proxy in between.
let me know what works.
This is a known visualization issue that occasionally affects the n8n Editor’s rendering engine (based on Vue Flow), particularly in newer versions like 2.6.x on n8n Cloud.
Since the backend is executing (Agent Status is active) but the frontend is black, your workflow is running fine, but the browser has lost the visual link to the canvas.
Please try these steps in order to restore your view:
1. Force a Canvas Reset (The “Lost View” Fix)
Sometimes the canvas camera pans to “infinity” or the zoom level glitches to 0%, making the canvas appear black or empty.
-
Click anywhere on the black canvas.
-
Press the keyboard shortcut
1(Zoom to Fit) or0(Reset Zoom). -
Why: This forces the renderer to recalculate the center point of your nodes.
2. Check for the “CSP” Error (Most Likely for Cloud)
Recent updates to n8n Cloud security policies (CSP) can sometimes block the “Web Workers” required to draw the node graph.
-
Press F12 (or Right Click > Inspect) to open the Browser Developer Tools.
-
Click the Console tab.
-
Look for Red Errors mentioning
Content Security Policy,worker-src, orblob:. -
Action: If you see these errors, this is a platform-level blocking issue. You must disable any strict browser extensions (like AdBlock, uBlock, or Privacy Badger) for your n8n domain, as they often trigger this false positive.
3. “Agent View” Confusion
Since you see an “Agent Status” bar, you might be stuck in the Agent Chat Interface layer which can sometimes overlay the canvas opaquely.
-
Look for a button labelled “Editor” or “Workflow” in the top/left navigation to exit the “Test Chat” mode.
-
If you cannot find it, simply refresh the page but hold
Shiftwhile clicking the refresh button (Hard Refresh) to force the UI out of the “Execution” state.
4. Switch Browsers (Hardware Acceleration)
The n8n canvas uses WebGL/Hardware acceleration. If your browser’s graphics driver crashed:
-
Try opening the same URL in a different browser (e.g., Firefox instead of Chrome, or Edge).
-
If it works there, restart your main browser completely (close all windows) to reset the graphics engine.
If none of this works and you still see a black screen with CSP errors in the console, please contact n8n Cloud support immediately. Tell them: “I am getting CSP blocking errors on the main canvas worker in v2.6.3.”
Hello @MOHAMED_SANAD ! I would try contacting n8n support if this problem persists. I would also try on a diffrent device, but if it persists, this is a n8n server issue. You can contact them at [email protected] for assistance.
Have a wonderful day, and I’ll respond if you have any questions!