Webhook URLs null path

Describe the problem/error/question

When I use the Webhook node, the path and method are not updating as expected. Additionally, the Webhook node is unable to connect to the next node in my workflow.


Information on your n8n setup

  • **n8n version: 1.102.3
  • **Database (default: SQLite): Postgres
  • **n8n EXECUTIONS_PROCESS setting (default: own, main): no setting
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • **Operating system: AlmaLinux

You need to check the following:
Webhook Path Not Configured. If a value is not set in the Path field in the Webhook node, n8n generates a null by default or an invalid path.

UI Loading/Rendering Issue. The UI may not update the field correctly, even if the internal value is present.

Empty Host or Base URL Configuration. In the n8n Settings Webhook URL, if WEBHOOK_URL is not configured correctly, it may affect route generation.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.