#0xTypedef

1 messages ยท Page 1 of 1 (latest)

drifting cargoBOT
tall totem
#

These are from the same person

unkempt sphinx
#

Hello ๐Ÿ‘‹
Can you share the event ID?

tall totem
#

All of them is "billing_reason": "subscription_create"

#

evt_1MmEZdG9HH8weSRwbg95nGG8

#

all same id

unkempt sphinx
#

Ah the deliveries are timing out. We're not getting a 200 response from your endpoint.
So we're retrying to deliver it

tall totem
#

it seems like it actually went through because their points updated

unkempt sphinx
#

hmm you'd want to take a look in your server log to figure out why these deliveries are timing out

tall totem
#

Is there a way to view the error?

I have a res.status(500).send(Webhook Error: ${msg});

#

inside a catch in a try/catch

unkempt sphinx
#

yeah I don't think our logs would have that info as we didn't receive a response from your webhook.
We waited for a response and then timed out.

tall totem
#

does the webhook send request other than post?

unkempt sphinx
#

No, just the POST

tall totem
#

hmmm, weird okay

#

is there a way to stop retry?

#

OHH maybe because im not returning a status

#

when its succesful

unkempt sphinx
#

ah yeah that could be it. We expect a 200 response

tall totem
#

thats why i dont have succeeded response listed

#

๐Ÿคฆโ€โ™‚๏ธ

unkempt sphinx
#

๐Ÿ˜„ glad you figured it out

tall totem
#

Thanks!

tall totem
unkempt sphinx
#

No ways to stop the retries unfortunately
You may be able to delete and re-add the webhook but might want to use a slightly diff URL

tall totem
#

okie thanks