Hello,
Facing some weird issue with the form.
It does not always happen, but sometimes I get two random errors
Problem loading form
The execution “47270” is running already.
and
If I restart the page, I do get the form eventually.
I’ve tried to use wait and merge the data but unsuccessfully.
Maybe someone has faced similar issues and can recommend something.
BramKn
2
That is weird.
Can you share some info on your setup?
I host it on ARM Oracle
n8n Version - 1.81.4
Debug info
core
- n8nVersion: 1.81.4
- platform: docker (self-hosted)
- nodeJsVersion: 20.18.3
- database: sqlite
- executionMode: regular
- concurrency: 50
- license: community
- consumerId: unknown
storage
- success: none
- error: all
- progress: true
- manual: false
- binaryMode: filesystem
pruning
- enabled: true
- maxAge: 14 hours
- maxCount: 10000 executions
Same problem here with 1.82.3 .
Latest log entries (there is another unrelated workflow with webhook running):
n8n | 2025-03-17T05:08:54.180Z | debug | Running node “Form1” finished successfully {“node”:“Form1”,“workflowId”:“BbILH4GyJ80dPatF”,“file”:“LoggerProxy.js”,“function”:“exports.debug”}
n8n | 2025-03-17T05:08:54.181Z | debug | Workflow execution will wait until Wed Jan 01 3000 00:00:00 GMT+0000 (GMT) {“workflowId”:“BbILH4GyJ80dPatF”,“file”:“LoggerProxy.js”,“function”:“exports.debug”}
n8n | 2025-03-17T05:08:54.181Z | debug | Executing hook (hookFunctionsSave) {“executionId”:“4528”,“workflowId”:“BbILH4GyJ80dPatF”,“file”:“execution-lifecycle-hooks.js”}
n8n | 2025-03-17T05:08:54.182Z | debug | Save execution data to database for execution ID 4528 {“executionId”:“4528”,“workflowId”:“BbILH4GyJ80dPatF”,“finished”:false,“stoppedAt”:“2025-03-17T05:08:54.181Z”,“file”:“shared-hook-functions.js”,“function”:“updateExistingExecution”}
n8n | 2025-03-17T05:08:54.196Z | debug | Received waiting-form “GET” for execution “4528” {“file”:“waiting-forms.js”,“function”:“logReceivedWebhook”}
n8n | 2025-03-17T05:08:54.200Z | debug | Execution finalized {“executionId”:“4528”,“file”:“active-executions.js”,“function”:“finalizeExecution”}
n8n | 2025-03-17T05:08:54.206Z | debug | Error in handling webhook request GET /form-waiting/4528: The execution “4528” is running already. {“stacktrace”:“ResponseError: The execution "4528" is running already.\n at WaitingForms.executeWebhook (/usr/local/lib/node_modules/n8n/dist/webhooks/waiting-forms.js:73:19)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at WebhookRequestHandler.handleRequest (/usr/local/lib/node_modules/n8n/dist/webhooks/webhook-request-handler.js:61:30)\n at /usr/local/lib/node_modules/n8n/dist/webhooks/webhook-request-handler.js:120:9”,“file”:“webhook-request-handler.js”,“function”:“handleRequest”}
n8n | 2025-03-17T05:09:07.405Z | debug | Querying database for waiting executions {“scopes”:[“waiting-executions”],“file”:“wait-tracker.js”,“function”:“getWaitingExecutions”}
n8n | 2025-03-17T05:10:07.406Z | debug | Querying database for waiting executions {“scopes”:[“waiting-executions”],“file”:“wait-tracker.js”,“function”:“getWaitingExecutions”}
system
Closed
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.