Describe the problem/error/question
I have installed n8n community edition on DO droplet using docker/compose/withPosgres/docker-compose.yml configuration.
What is the error message (if any)?
Almost everything works just fine but on Edit Workflow, for webhook, when start “Listen for test event”, it didn’t stop listening, when the request is received. Even when I click on “Stop Listening”, it didn’t stop.
This is the error, I can see in console
Also in log files, I can see The session "kk6qmtql1z" is not registered.
Please share your workflow
- Add workflow
- Add webhook
- Click “Listen for test event”
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.31.2
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu 22.04.3 LTS
