0|n8n | You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection:
0|n8n | Error: timed out
0|n8n | at error (/home/hserge/.local/share/pnpm/global/5/.pnpm/@[email protected]/node_modules/@oclif/core/lib/errors/error.js:34:15)
0|n8n | at /home/hserge/.local/share/pnpm/global/5/.pnpm/@[email protected]/node_modules/@oclif/core/lib/flush.js:13:73
0|n8n | at flush (/home/hserge/.local/share/pnpm/global/5/.pnpm/@[email protected]/node_modules/@oclif/core/lib/flush.js:25:5)
0|n8n | You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection:
0|n8n | Error: timed out
0|n8n | at error (/home/hserge/.local/share/pnpm/global/5/.pnpm/@[email protected]/node_modules/@oclif/core/lib/errors/error.js:34:15)
0|n8n | at /home/hserge/.local/share/pnpm/global/5/.pnpm/@[email protected]/node_modules/@oclif/core/lib/flush.js:13:73
0|n8n | at flush (/home/hserge/.local/share/pnpm/global/5/.pnpm/@[email protected]/node_modules/@oclif/core/lib/flush.js:25:5)
As I understand, this happens only on startup. This is not a workflow related.
I tried to research but couldn’t find any reports of this issue.
Information on your n8n setup
n8n version: 1.93
Database (default: SQLite): 3.45.1
n8n EXECUTIONS_PROCESS setting (default: own, main): I removed it from config
Running n8n via (Docker, npm, n8n cloud, desktop app): direct insta;lation
If you testing atm, i’d recommend using dockers, it seems like an env issue which is avoided normally by using dockers. I see no reference to n8n in the error either, what version node u using?
20.19.0 is default with dockers image for n8n, that’s for n8n version 1.91.3, I would probably recommending using a built image by them dockers etc, or try downgrade, it could be some changes made which aren’t compatible.
I guess using the Docker image is the most acceptable solution. I see several other issues as well, for example, Settings > Timezone gives 404, and the timezone list is empty, and people suggest using Docker, where it works.
I’ll give Docker a try, which will also help to put it in Kubernetes for automatic scaling, queuing, etc.
Also some people use ngrok for temp domain, I use cloudflare with a domain I own for my prod, this will use localhost my sample, so u can’t do callback urls for some services.
Some people also use railway, quick easy deployments and alredy give u domain name etc.
Let me know if u have any questions ill try help more if i can