Webhook url null path

Describe the problem/error/question

I am deploying n8n using Docker. 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.

What is the error message (if any)?

No error message

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.98.2
  • Database (default: SQLite): postgresql
  • n8n EXECUTIONS_PROCESS setting (default: own, main): no setting
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Ubuntu

Hello @pea hope all is well, welcome to the community.

Could you expand on your question a bit.

  • how are they expected to update?
  • how are they updating instead?
  • what exactly happens?
  • what do you expect to happen?
  • what do you see as the input for the next node, what the next node is?

Expected: When configuring the node, the path parameter changes in real-time in the URL above.
Reality: The path input has a value, but the preview URL is null.

Expected: My node has an arrow
Reality: My node doesn’t have an arrow