This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Debugging webhooks #334
Unanswered
TannerGabriel
asked this question in
Q&A
Replies: 2 comments 1 reply
-
You can get controller log to investigate triggerring webhook or not. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ryota-sakamoto Thank you for the answer. I have looked at the logs and it seems like the triggers are alright, but I'm still not getting the webhook to my API endpoint:
On the other hand, when I trigger the webhook manually using the following command I receive the webhook:
I also included my current triggers and application annotations for debugging purposes. Triggers:
Application Annotations:
The last annotation is autogenerated by Argo. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I'm trying to write a Webhook but am running into some trouble like the webhook not seeming to execute, but I haven't found a great way to debug webhook executions. Therefore I wanted to ask if there is a good way to find out the following things:
Beta Was this translation helpful? Give feedback.
All reactions