I’m currently setting up a custom Docker deployment of ERPNext with the HR module enabled. I’ve configured a webhook to trigger when an application status is set to “Accepted.” The webhook is configured to trigger on the on_update event, and in the preview, it shows that when the document status is “Accepted,” it meets the condition. However, the webhook isn’t being triggered when I actually update the status to “Accepted.”
I’ve tried testing with:
• No conditions
• All available trigger options
• Multiple document types
Yet, the webhook still doesn’t activate. Any insights into what might be causing this issue would be greatly appreciated!