Ubuntu 22 server. In addition to n8n, it has Apache, PHP, MySQL, phpMyAdmin, and Grafana installed.
n8n 1.65.2, node 18.20.04, database – SQLite, npm
Apache configuration for n8n:
The webhook URL is specified as: https://n8n.mydomain.com:5678/webhook-test/12345. The problem is that the port is included. The URL displays <domain + port>, but it does not work. The link works.
When running any block, for example, Set (Edit Fields), which sets name and value, the block records but cannot complete itself.
Please advise on how to fix these issues?
plus according to the Apache config, your n8n should use the http protocol instead of https, so you can remove N8N_PROTOCOL, N8N_HOST and N8N_PORT envs, as they will be set to default
However, the issue with the blocks hanging remains. The operation will hang under forced stop. If you forcibly click “stop operation,” the phrase “hellow” will appear in the Output block. An error is displayed in the ubuntu logs:
The session "3pvi3gfhgb" is not registered.
The session "3pvi3gfhgb" is not registered.
The session "3pvi3gfhgb" is not registered.