I have started working on this ERPNext project. I have created a custom DocType “WebsitePage”. Then I created a webhook. In this webhook I put the Doctype WebsitePage, put the Doc Event to after_insert and put a url of next js site deployed on vercel.
I created a document in WebsitePage Doctype but it didn’t log any logs in the webhook neither my is there any logs on my vercel app.
Webhook
my doctype:
@revant_one
Did I miss some steps or something?