Blank page when hosting n8n on HuggingFace

Searching for a free provider to host my n8n workflows other than my PC, I found HuggingFace.

Now I found this space and followed its README instructions - you’ll find in files -, connected to my supabase db & everything is fine. Until after building it I just see a blank white screen:

The logs don’t show any errors and it should be working fine I guess & show n8n login page.

===== Application Startup at 2025-10-18 07:45:56 =====

Initializing n8n process
n8n ready on ::, port 5678
n8n Task Broker ready on 127.0.0.1, port 5679

Not sure where the problem is.

Can you share the console logs and network logs? In the Readme the last logs show


You see the same but with your URL right?

Yes here’s the full log after restarting the space

===== Application Startup at 2025-10-20 09:03:50 =====

Initializing n8n process
n8n ready on ::, port 5678
n8n Task Broker ready on 127.0.0.1, port 5679

There are deprecations related to your environment variables. Please take the recommended actions to update your configuration:
 - N8N_BLOCK_ENV_ACCESS_IN_NODE -> The default value of N8N_BLOCK_ENV_ACCESS_IN_NODE will be changed from false to true in a future version. If you need to access environment variables from the Code Node or from expressions, please set N8N_BLOCK_ENV_ACCESS_IN_NODE=false. Learn more: https://docs.n8n.io/hosting/configuration/environment-variables/security/
 - N8N_GIT_NODE_DISABLE_BARE_REPOS -> Support for bare repositories in the Git Node will be removed in a future version due to security concerns. If you are not using bare repositories in the Git Node, please set N8N_GIT_NODE_DISABLE_BARE_REPOS=true. Learn more: https://docs.n8n.io/hosting/configuration/environment-variables/security/

[license SDK] Skipping renewal on init: license cert is not initialized
Registered runner "JS Task Runner" (3B9qSosAtl_n3zANfNwma) 
Version: 1.115.3

Editor is now accessible via:
https://mido-99-n8n.hf.space

Can you go to your blank page and press ctrl+I to show the console.

I need to see what is says here.

You currently don’t have it deployed right? Because I get 404 and not a blank page.

No I have it running, here’s my console log & network:

  • Not sure if you want to see a specific request:

UPDATE: Solved!

Sorry I just forgot that I set the space’s visibility to Private that’s why it would for sure always return 404!:man_facepalming::sweat_smile:

For those creating new n8n spaces, just remember to set it to Public and it will be fine.

Thanks for your help anyway!

2 Likes

haha, well a problem solved, is a problem solved :smiley:

All the best to you!

Kevin

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.