#ketaaa

1 messages · Page 1 of 1 (latest)

pseudo pendantBOT
inland wadi
#

Hi there!

spark laurel
#

Hey Soma

#

Here is an example

#

It was working fine like 2 hours ago

inland wadi
#

It looks like this event was sent to 3 webhook endpoint: 1 was successful and 2 failed.

spark laurel
#

is the one

#

where I want to send

inland wadi
#

For this specific endpoint, it looks like the issue is a timeout: Stripe sent your server the event, but your server didn't send a response back within 20 seconds, so we timed out.

spark laurel
#

how is it possible because I can send request to this endpoint?

#

example here

inland wadi
#

I'm not sure, but the issue came from your end. Maybe at that time your server was busy and took too long to answer Stripe? You need to check your server logs to understand what happened.

spark laurel
#

I have nothing 😄

#

even if I resend through the webhook stripe interface

#

it is always timeout

#

but when I manually send it through reqbin it's working

#

even with CURL it's hitting correctly

inland wadi
spark laurel
#

yeah i did not change something in the server (it's a local docker webserver) and always used ngrok tunnel to test webhooks. It always worked but dunno why since 1h it does not work anymore

inland wadi
#

Yes I can see that your endpoint was working previously.

#

Something must have changed on your end, and that is probably blocking Stripe request to arrive to your server.

spark laurel
#

ok thanks

#

will try to investigate on this end

#

but i really dont think