Joe Frampton
Joe Frampton
I wonder if this is the same issue as [I had](https://github.com/firebase/extensions/issues/2055)?
I'm facing the same issue. The logs below are from an attempt at deploying 1 v2 function. They worked fine yesterday. I've checked IAM credentials and they look like they...
Since my last message, I made no changes (to the code or to the environment) and it deployed smoothly.
The issue has returned today. I did some digging and added additional logs and got the following (from within firebase-tools: ``` FirebaseError: Failed to make request to https://firestore.googleapis.com/v1/projects//databases/(default) at RetryOperation._fn...
@joehan This happens when deploying a single function though too. It always seems to happen on particular network - deploys fine when I hotspot. So I wonder if the ISP...
It's almost certainly a networking/proxy error. I added additional logs and found that alongside the `ETIMEDOUT` error, there is a `ENETUNREACH` error. I've also noticed that this error only happens...