I created some webhooks, but they do not respond to a POST request. Even the simplest workflow with only a webhook node does not respond anymore. If I try a GET from the browser, it replies that GET is not configured. If I then change the Webhook to GET, the webhook doesn’t respond to GET anymore, just hangs. Also no response when using the webhook in Postman.
Tried to restart the workspace, but got an error on that call. Tried to update to beta release, but again an error. After selecting 1.119.2 again I the message came that the workspace needs restarting. After that no changes anymore for more than an hour. The restart workspace button is greyed out, stating “Currently in progress
If it’s hanging - what is the HTTP Error Code? is the URL a localhost and if so are you calling the URL from the same server as the call is being made from? if youre calling it from a seperate machine you need to specify that machines local ip address. assuming you’re running this all locally.
If you share the Canvas I’ll try to replicate anbd check it out
Hello Jekylls,
I am running on the n8n cloud and I am calling the webhook from the same system. How to I share the canvas, seems like I can only share a complete project?
This is the JSON of a test webhook that does not react on the given URL. Also no recordings of executions in the workspace.