#tomlife43_webhooks

1 messages ¡ Page 1 of 1 (latest)

balmy skyBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247724583734214697

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

wraith harness
#

hello! I'm a bit confused, this looks like a publicly accesible url (endpoint), is there a reason why you are using the CLI?

#

I think you would first want to check if your server has received any requests. Timeout exceeded while awaiting headers generally means that the client can't reach the server for some reason

bold dust
wraith harness
#

The Stripe CLI is generally meant to help with development e.g. you are developing in your local machine, and it does not have a publicly accessible URL for Stripe to send webhooks to. In such a case, you would use the Stripe CLI to forward webhooks to your local server

#

since you already have Google Cloud, I'm assuming that you have a publicly accessible URL, in which case, you don't need the Stripe CLI to forward webhooks there

bold dust
wraith harness
#

i'm not sure what you mean. If your server has received the requests, this means that Stripe has reached your server right?

bold dust
#

Yes right. So do you think something happening which causes timeout on Google Cloud Functions?

#

Im terribly sorry if I disturb you since I'm not so familiar with this topic..

wraith harness
#

unfortunately I don't really have any idea on how Google Cloud functions work so I'm not going to be able to advise more about why it's timing out