#abdelelsaadi_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1303124824146575391
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, thanks for using the form! Do you have an Event ID you can share or more context you can share about the timeouts?
Where do you see this timeout? Can you share an Event ID so I can pull up some logs on my end?
pi_3QHXAaKSJ3LfxG6I1nD3J8SM
For example
I see them as response for all webhook requests
Okay, I see we tried to send a few different events related to this PaymentIntent but there was a timeout with your webhook endpoint
Hm, I see your endpoint responded successfully to another event more recently: https://dashboard.stripe.com/events/evt_3QHXAaKSJ3LfxG6I17Pm67QH
The timeouts you see indicate that your endpoint timed out before responding to the POST requests from Stripe. Are you aware of any server issues on your end or any changes to your webhook handler code that would delay responding to Stripe?
Nothing has been changed from a while
It was working just fine two days ago
See this one as well, this is from my other env "evt_1QHXZwLWuGG9nDrsOBHc6l29"
Are there any logs you can see on your end for requests being made by Stripe to these endpoints?
There are no logs on your server where you can inspect incoming requests?
All I can see on my end are time outs which means we're sending requests to your endpoint but are not getting a response. Are you on the network team or have you discussed this with the team that owns/manages your server?
What's the timeout value at stripe?
It's me as well
We timeout within a few seconds so we recommend quickly acknowledging that you've received the event before executing any logic based on the event payload
How many seconds?