Skip to content

n8n Form Ending node execution continues forever (again) #15712

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jantheofel opened this issue May 26, 2025 · 1 comment
Open

n8n Form Ending node execution continues forever (again) #15712

jantheofel opened this issue May 26, 2025 · 1 comment
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@jantheofel
Copy link

Bug Description

n8n Form Ending / Next Form Page node execution continues to run in the background indefinitely without any response.
This was reported as here for version 1.76 #12989
The bug seems to be fixed for version 1.81 but returned in a later. version.

To Reproduce

Use this minimal example for testing or use the offical example from the documentation.

{
"nodes": [
{
"parameters": {
"path": "test",
"formTitle": "Business Card OCR",
"formDescription": "Upload a business card image (front and optionally back) to extract contact information.",
"formFields": {
"values": [
{
"fieldLabel": "Business Card Images",
"fieldType": "file",
"acceptFileTypes": ".jpg,.jpeg,.png,.gif,.bmp,.tiff",
"requiredField": true
}
]
},
"options": {
"buttonLabel": "Analyze Business Card"
}
},
"id": "9af80bee-58c5-4e58-a89c-a06c6ee75537",
"name": "Form Trigger1",
"type": "n8n-nodes-base.formTrigger",
"typeVersion": 2,
"position": [
-740,
-60
],
"webhookId": "41088398-a590-4e81-aa4d-ded35732165a"
},
{
"parameters": {
"operation": "completion",
"completionTitle": "Ok!",
"options": {}
},
"type": "n8n-nodes-base.form",
"typeVersion": 1,
"position": [
-540,
-60
],
"id": "b2040b5e-1957-44d6-9118-4529e65a5927",
"name": "Daten ausgeben",
"webhookId": "c09184af-14ba-4a76-b691-322e042bca59"
}
],
"connections": {
"Form Trigger1": {
"main": [
[
{
"node": "Daten ausgeben",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"instanceId": "96397b56a9329f558ef2c494de50097dd476ea4b10f476c006fe494888b7579c"
}
}

Expected behavior

Return form content / form end message

Operating System

Ubuntu 24.04.2 LTS

n8n Version

1.90

Node.js Version

20.18.3

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented May 26, 2025

Hey @jantheofel,

We have created an internal ticket to look into this which we will be tracking as "GHC-2179"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants