-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECONNRESET #1695
Comments
@Jared00m which version of Node are you running? |
@danielbankhead , thanks for asking. I've tried it on Node 18, 16, 15, 14, and 12. On node 15 I get a useful error that says:
On Node 18 I get this error:
|
Investigating. Potentially related items: |
After discussing with the team, this is best handled by setting up automatic retries in this library. I'll prioritize this work and it can be tracked here: |
This PR should provide some relief for the immediate issue: |
I have been working on a Flutter project that uses Firebase Functions. In the past, I was able to create a Firebase Function that retrieves a JWT access token with no problem. However, recently, I get the following error every time:
{"severity":"ERROR","message":"Unhandled error GaxiosError: Invalid response body while trying to fetch https://www.googleapis.com/oauth2/v4/token: read ECONNRESET\n
Here is my code:
Any help would be greatly appreciated. I'm not a professional coder and I'm new to Firebase and Flutter.
The text was updated successfully, but these errors were encountered: