Netcup n8n selfhosted

Hello together!

i have a selfhosted webhosting on netcup and installed n8n via this tutorial:

i have just one workflow at the moment (read mail, ask an chatgpt agent, send telegram). Thats all.

The thing is: its working everytime i try it - but, when i have a few days not visited the n8n site then its stopping the service.

When i then access the website again, i see just a “Cannot GET /” text on a blank white screen.

Then i have to refresh the site once again and its working for a few hours again.

Where can i find the solution for this issue? can you guide me through the debugging?

Best, David

Error:
image

Console:
image

Favicon looks great. After refresh, console + loginscreen and all working:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hello @davidhaller

I suppose the issue is with your session cookie, which have expired, but the n8n didn’t return to the login screen (usually that happens if the n8n tab was in the sleep state). So when you have clicked on the refresh button, you started to be re-authenticated and everything starts to work fine

yeah, that should be okay for me, but the problem is that it looks like all automations are paused in this state… when i refresh it and my trigger detects a email in the inbox it works perfect directly. but not without refreshing the tab.

That should not happen with n8n itself. Do you have any logs related to the n8n?

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