Jeff
Jeff

Reputation: 373

Cloud Functions for Firebase - Unable to deploy (Operation interrupted.)

Problem Summary

After months of deploying, I've hit a snag with Firebase Cloud Functions.

firebase deploy --only functions --debug

Reveals a continual log dump of try and retry of Firebase Cloud Functions:

[functions] operation poll: [FUNCTION NAME] update operations/[LONG STRING] is not done

After about 15 minutes this process quits. From the Cloud Functions log, I see several errors, all stating:

Operation interrupted.

How did I get into this state?

I was mid-deploy and quit mid-update. Since then, I can no longer recover.

What version of Firebase CLI

3.7.0

Expected result

Ability to deploy Firebase Cloud Functions.

What else have I tried?

  1. Logging out and back in again.
  2. Updating Cloud Functions code and re-dploy
  3. Updating Firebase CLI

Upvotes: 3

Views: 2728

Answers (1)

Phatdunny
Phatdunny

Reputation: 56

Have a look at this post; Cloud Functions for Firebase deploy interrupted There are currently cloud function deployment issues. You can check the status here; https://status.firebase.google.com/

Upvotes: 1

Related Questions