Describe the problem/error/question
After a random time, the n8n takes a nap without my permission. My workflow with time trigger does not work at all.
It is back online after I refresh the page, otherwise it just shows: cannot get/ at the first time I try to call the app URL.
I followed this tutorial:
opened 03:13PM - 19 Aug 19 UTC
closed 08:19PM - 21 Aug 19 UTC
Hey Jan,
how do I build the source and run it from node index.js? I want to dep… loy on plesk.
I tried a lot of things for hours but nothing seems to work. When I try to "build" via VS Code I get following error:
error TS2688: Cannot find type definition file for 'jest'.
error TS2688: Cannot find type definition file for 'node'.
Some operation I did got me the folder "dist" but even when I run that, there are errors.
Please help or give me a hint. Thanks Sven
What is the error message (if any)?
Cannot get/
Information on your n8n setup
n8n Version: 1.6.1
Database: PostgreSQL
n8n EXECUTIONS_PROCESS setting: own
Running n8n via: npm
Operating system: Plesk in Ubuntu 22.04
netroy
September 14, 2023, 7:41pm
3
The “Cannot Get /” error shows only for a very short time during the startup process. If you are seeing that often, it would mean that your n8n process is restarting over and over again.
Hi @netroy Thanks for answering. I will try to observe it.