Describe the problem/error/question
I am using the ‘On form submission’ node as a way to manually test workflows that process files. I’ve noticed recently that when I click ‘Execute workflow’ to test the flow, it opens a window with the URL n8n.io - Workflow Automation instead of the actual testing URL which is https://n8n-dev1.osher.com.au/form-test/auto-referral-scan and so the popup window just shows n8n’s 404 error
What is the error message (if any)?
Please share your workflow
(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.)
{
"nodes": [
{
"parameters": {
"formTitle": "Medical referral scanning",
"formFields": {
"values": [
{
"fieldLabel": "Please upload the referral",
"fieldType": "file",
"fieldName": "data",
"requiredField": true
}
]
},
"options": {
"appendAttribution": false,
"path": "auto-referral-scan"
}
},
"type": "n8n-nodes-base.formTrigger",
"typeVersion": 2.5,
"position": [
0,
0
],
"id": "8f312d33-f579-4e33-bc83-507172fe4495",
"name": "On form submission",
"webhookId": "afba6d7f-a97a-4f8d-b8c9-15a35b342bde"
}
],
"connections": {},
"pinData": {},
"meta": {
"instanceId": "ba93685c05a07d147d74c6b0ded51176cc6c761cfec504f675a4eb2a96d2cd40"
}
}
Share the output returned by the last node
Information on your n8n setup
- n8n version: 2.6.3
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Windows 11


