firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

Cloud Runtime Config is currently experiencing issues and not able to deploy

Open nerder opened this issue 1 year ago • 59 comments

[REQUIRED] Environment info

firebase-tools: 13.11.2

Platform: Github Action (ubuntu)

[REQUIRED] Test case

when running firebase deploy --only functions i get the following error:

Error: Cloud Runtime Config is currently experiencing issues, which is preventing your functions from being deployed. Please wait a few minutes and then try to deploy your functions again.

[REQUIRED] Steps to reproduce

Run firebase deploy --only functions on a Firebase Project

[REQUIRED] Expected behavior

Not to fail

nerder avatar Jun 19 '24 06:06 nerder

This issue does not seem to follow the issue template. Make sure you provide all the required information.

google-oss-bot avatar Jun 19 '24 06:06 google-oss-bot

This is also happening for me when deploying functions with [email protected]. Can't see any issues currently at https://status.firebase.google.com/ or https://status.cloud.google.com/.

brycecammo avatar Jun 19 '24 06:06 brycecammo

same

chen-zhihang avatar Jun 19 '24 06:06 chen-zhihang

Same here

myfknoll avatar Jun 19 '24 06:06 myfknoll

can reproduce

unxavi avatar Jun 19 '24 06:06 unxavi

Same here... I thought that I did something wrong..... Thank god, I see all of you see the same issue.

Should I just go to sleep or wait....?

geoffcfchen avatar Jun 19 '24 06:06 geoffcfchen

same

newsu1 avatar Jun 19 '24 06:06 newsu1

same

ghost avatar Jun 19 '24 07:06 ghost

I'm having same issue. When I execute with --debug, I can see this 502 response in configs calls:

[2024-06-19T07:04:46.862Z] >>> [apiv2][query] GET https://runtimeconfig.googleapis.com/v1beta1/projects/XXXXXX/configs [none] [2024-06-19T07:05:26.615Z] <<< [apiv2][status] GET https://runtimeconfig.googleapis.com/v1beta1/projects/XXXXXX/configs 502

zariweyo avatar Jun 19 '24 07:06 zariweyo

same . does any one know any alternate way to deploy, like from google cloud console?

becjit avatar Jun 19 '24 07:06 becjit

Same,get 502 when fetch run time config

magelikescoke avatar Jun 19 '24 07:06 magelikescoke

Same issue image

sg-tbiswas avatar Jun 19 '24 07:06 sg-tbiswas

Same here. Had an issue like this before... Very frustrating having an outage like this...

Vochsel avatar Jun 19 '24 07:06 Vochsel

same

nicklbaert avatar Jun 19 '24 07:06 nicklbaert

@Vochsel When did it happen? How did you solved before?

devkimkr avatar Jun 19 '24 07:06 devkimkr

Same issue with firebase-tools 13.11.2

martin-minovski avatar Jun 19 '24 07:06 martin-minovski

@Vochsel When did it happen? How did you solved before?

It was a different issue/error, but same problem: A centralised outage breaking all deployments

Vochsel avatar Jun 19 '24 07:06 Vochsel

The error I get when running firebase deploy --only functions --debug:

502. That’s an error.
The server encountered a temporary error and could not complete your request.
Please try again in 30 seconds. That’s all we know.
[2024-06-19T07:45:32.433Z] <<< [apiv2][status] GET https://runtimeconfig.googleapis.com/v1beta1/projects/<project-name>/configs 502
[2024-06-19T07:45:32.433Z] <<< [apiv2][body] GET https://runtimeconfig.googleapis.com/v1beta1/projects/<project-name>/configs "<!DOCTYPE html>\n<html lang=en>\n  <meta charset=utf-8>\n  <meta name=viewport content=\"initial-scale=1, minimum-scale=1, width=device-width\">\n  <title>Error 502 (Server Error)!!1</title>\n  <style>\n    *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}\n  </style>\n  <a href=//www.google.com/><span id=logo aria-label=Google></span></a>\n  <p><b>502.</b> <ins>That’s an error.</ins>\n  <p>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.  <ins>That’s all we know.</ins>\n"
image image

denisyilmaz avatar Jun 19 '24 07:06 denisyilmaz

I contacted Firebase Support and they are aware of this outage and are actively trying to fix it. I had to deploy one of my functions ASAP to fix a major bug and thankfully managed to do it using gcloud via Cloud Shell. If you have any critical updates that need to be pushed you may try this https://cloud.google.com/functions/docs/create-deploy-gcloud

KSiejka avatar Jun 19 '24 08:06 KSiejka

same

beevor avatar Jun 19 '24 08:06 beevor

@Vochsel When did it happen? How did you solved before?

It was a different issue/error, but same problem: A centralised outage breaking all deployments

Thank you

devkimkr avatar Jun 19 '24 08:06 devkimkr

We are all waiting for a hotfix ~~

hacthe-codelink avatar Jun 19 '24 08:06 hacthe-codelink

I contacted Firebase Support and they are aware of this outage and are actively trying to fix it. I had to deploy one of my functions ASAP to fix a major bug and thankfully managed to do it using gcloud via Cloud Shell. If you have any critical updates that need to be pushed you may try this https://cloud.google.com/functions/docs/create-deploy-gcloud

How come wasn't the status page updated?

avi12 avatar Jun 19 '24 08:06 avi12

Can anyone confirm whether downgrading their firebase tools fixed the issue?

vaivai130 avatar Jun 19 '24 08:06 vaivai130

I contacted Firebase Support and they are aware of this outage and are actively trying to fix it. I had to deploy one of my functions ASAP to fix a major bug and thankfully managed to do it using gcloud via Cloud Shell. If you have any critical updates that need to be pushed you may try this https://cloud.google.com/functions/docs/create-deploy-gcloud

thank you for reaching out to them 🙏🏻

npty avatar Jun 19 '24 08:06 npty

Can anyone confirm whether downgrading their firebase tools fixed the issue?

@vaivai130 I downgraded Firebase tools to 11.1.0, but it still does not work :(

Ahseo avatar Jun 19 '24 08:06 Ahseo

I encountered the same issue on my end too. I've tried deploying multiple versions of Firebase tools across different regions, but it hasn't worked. I'm hoping for a quick resolution from their side.

mondyfy avatar Jun 19 '24 08:06 mondyfy

I am also having the same problem on version 13.5.0 🥲 image

duy-dev avatar Jun 19 '24 08:06 duy-dev

Facing same issue!

rohanmathur91 avatar Jun 19 '24 08:06 rohanmathur91

same here!!

chamaraserviceform avatar Jun 19 '24 08:06 chamaraserviceform