Skip to content

Reversion: Form trigger does not show form #18939

Description

@FWCorey

Describe the problem/error/question

Updated n8n to version Version 1.108.2 an encountered this error > https://community.n8n.io/t/form-trigger-no-form-appears-bug/77247
closing the n8n tab and reopening it from Powershell also does not correct the issue.

What is the error message (if any)?

Received request for unknown webhook: The requested webhook "b8cb006d-ad7c-4500-818a-1e08d027041a" is not registered.
404 The requested webhook "b8cb006d-ad7c-4500-818a-1e08d027041a" is not registered.

Image

Please share your workflow/screenshots/recording

{
"nodes": [
{
"parameters": {
"formTitle": "Scan for Jobs",
"formFields": {
"values": [
{
"fieldLabel": "CV",
"fieldType": "file",
"multipleFiles": false,
"acceptFileTypes": ".pdf",
"requiredField": true
},
{
"fieldLabel": "From Date",
"fieldType": "date",
"requiredField": true
}
]
},
"options": {}
},
"type": "n8n-nodes-base.formTrigger",
"typeVersion": 2.3,
"position": [
-544,
176
],
"id": "e9626c6f-3163-47c1-9473-0e46b9d417be",
"name": "On form submission",
"webhookId": "b8cb006d-ad7c-4500-818a-1e08d027041a",
"alwaysOutputData": true
}
],
"connections": {
"On form submission": {
"main": [
[]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "b87cecf5daad3cbda4c2b6466c01a3d50d0e1e88e94ea89a4a6298fafb66ed2a"
}
}

(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.)
⚠️ WARNING ⚠️ If you have sensitive data in your workflow (like API keys), please remove it before sharing.

Share the output returned by the last node

Debug info

core

  • n8nVersion: 1.108.2
  • platform: npm
  • nodeJsVersion: 22.17.1
  • database: sqlite
  • executionMode: regular
  • concurrency: -1
  • license: enterprise (production)

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: memory

pruning

  • enabled: true
  • maxAge: 336 hours
  • maxCount: 10000 executions

client

  • userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/138.0.0.0 safari/537.36
  • isTouchDevice: false

Generated at: 2025-08-29T01:29:12.008Z}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions