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.
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.