After pointing domain webhook is not calling

Webhook is not calling on production mode on domain or ip but in testing mode its working only for Ip.
if we try to call webhook it’s showing “waiting for webhook call” and also not able to stop webhook execution on domain, on IP it’s working perfect.

Thanks

Hey @Jaimish_Golakiya,

You will not see the incoming data in the editor when you’re using the Production URL and your workflow is active. You will see the data in the executions list. You can refer to the Webhook node docs to learn more: Webhook | Docs

Thanks harshil, webhook is calling but after webhook i have graphql block so if i want to check graphql error where can i check??

Thanks

If you’re executing the workflow using the Production URL, all the nodes connected in the workflow will execute and return an output. If it’s a success, you will see the processed data, else you will see the error message.

1 Like

Thanks it’s working now

1 Like