firebase / firebase-functions

Firebase SDK for Cloud Functions
https://firebase.google.com/docs/functions/
MIT License
1.01k stars 201 forks source link

(in Blaze plan) Unhandled error StripeConnectionError: An error occurred with our connection to Stripe. #1497

Closed amin79 closed 4 months ago

amin79 commented 6 months ago

"firebase-functions": "^4.5.0", "stripe": "^14.7.0"

When I try to connect to stripe, I get this error: Unhandled error StripeConnectionError: An error occurred with our connection to Stripe.

I'm not in free plan and use Blaze. But still get this error

google-oss-bot commented 6 months ago

I found a few problems with this issue:

amin79 commented 6 months ago

It's solved. The problem was my API key. Sorry for that