#Adi
1 messages ยท Page 1 of 1 (latest)
from what I'm seeing there is a redirection between https://ppcadinsights.com/api/webhook to https://www.ppcadinsights.com/api/webhook
yes you can look into each one and see the error there
so should I add https://www.ppcadinsights.com/api/webhook
instead of https://ppcadinsights.com/api/webhook
in webhook url?
yes
I think this is a redirection made by either your code or your proxy config or server config
on dashboard it shows me next retry in 3hrs can I manually also retrigger? user object in database is updated based on checkout event so $39 plan will add 2k credits to user object
in next retry I still see old webhook url instead of updated new url. How can I know it will retry on new updated webhook url?
on dashboard it shows me next retry in 3hrs can I manually also retrigger?
yes
in next retry I still see old webhook url instead of updated new url. How can I know it will retry on new updated webhook url?
I don't see a retry on that event?
is this another event id?
oh and btw you have a test webhook endpoint pointing at the same URL which is really not a good practice
oh and btw you have a test webhook endpoint pointing at the same URL which is really not a good practice
Yes I removed url from test mode
I have updated webhook url to: https://www.ppcadinsights.com/api/webhook but it does not show updated url
so even for retry it will fail
try resending it
will it resend to new url or old? webhook url is showing old url only that's why I asked
ok let me do it
Checkout session event was triggered and I see user object updated for successful payment user
Does that mean all the events are also triggered successfully?
or do I manually have to trigger each event?
webhook in production is listening to 20 events