#stokedowl
1 messages · Page 1 of 1 (latest)
Is this a network error maybe ?
I don't think so, it does work sometimes though.
This code is on lambda - do you suspect this could be because of lambda's cold start issue?
This code is on lambda - do you suspect this could be because of lambda's cold start issue?
Maybe, the timeout you are getting from stripe APIs or your own API ?
It's not clear in the screenshot
Oh the timeout is of stripe's
Try running this script to check that your server is able to connect to Stripe APIs:
https://github.com/stripe/stripe-reachability
Thank you, checking it now