#123kimiya123_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/1379200979131437216
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there
hey buddy
Okay, I see the timeout response on my end too. Note that the timeout is referring to the response returned from your webhook endpoint; instead of returning a 200, the request Stripe makes to your endpoint is timing out/no response received
You're right, I see some events are being delivered successfully, e.g. https://dashboard.stripe.com/test/events/evt_3RVf9iAyWcr7GMt14M7YTUmL
It seems there are issues using nginx as reverse proxy for stripe webhooks? I read some stuff in forums but didnt find a solution
I'm not sure how that would play a part here, especially if some events are being delivered successfully
Do you have any idea how I could debug this?
Because my entrypoint is the nginx acess log but the requests dont even arrive there (at least some of them)
I take it you've probably ruled out any firewalls on your end? Do you have any network rules for allow listing or block listing any IPs?
Yh Firewall should be fine I added all ips just to make sure