firebase / firebase-tools

The Firebase Command Line Tools
MIT License
3.97k stars 915 forks source link

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

Open nerder opened 1 week ago

nerder commented 1 week ago

[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

google-oss-bot commented 1 week ago

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

brycecammo commented 1 week ago

This is also happening for me when deploying functions with firebase-tools@13.11.2. Can't see any issues currently at https://status.firebase.google.com/ or https://status.cloud.google.com/.

chen-zhihang commented 1 week ago

same

myfknoll commented 1 week ago

Same here

unxavi commented 1 week ago

can reproduce

geoffcfchen commented 1 week ago

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....?

newsu1 commented 1 week ago

same

fan-ka-yagi commented 1 week ago

same

zariweyo commented 1 week ago

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

becjit commented 1 week ago

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

magelikescoke commented 1 week ago

Same,get 502 when fetch run time config

sg-tbiswas commented 1 week ago

Same issue image

Vochsel commented 1 week ago

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

nicklbaert commented 1 week ago

same

devkimkr commented 1 week ago

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

martin-minovski commented 1 week ago

Same issue with firebase-tools 13.11.2

Vochsel commented 1 week ago

@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

denisyilmaz commented 1 week ago

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
KSiejka commented 1 week ago

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

beevor commented 1 week ago

same

devkimkr commented 1 week ago

@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

hacthe-codelink commented 1 week ago

We are all waiting for a hotfix ~~

avi12 commented 1 week ago

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?

vaivai130 commented 1 week ago

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

npty commented 1 week ago

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 🙏🏻

Ahseo commented 1 week ago

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 :(

mondyfy commented 1 week ago

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.

duy-dev commented 1 week ago

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

rohanmathur91 commented 1 week ago

Facing same issue!

chamaraserviceform commented 1 week ago

same here!!

rodneyrd commented 1 week ago

same here

kojitakakipathos commented 1 week ago

same here, need to be fixed ASAP

kvn-DN commented 1 week ago

Same here

krol-m2 commented 1 week ago

same here

iwanwmys commented 1 week ago

Same here. Using 11.24.1

willemjanvankranenburg commented 1 week ago

@avi12

How come wasn't the status page updated?

Because Firebase/Google never updates that page.. Everything is always working according to that page, even if everything is broken for everyone

avi12 commented 1 week ago

What status page should we refer to then?

harshit-j commented 1 week ago

I'm facing this issue too. Using firebase-tools@13.6.0

iwanwmys commented 1 week ago

I think this is affecting everyone. Going back to sleep ...

adinvadim commented 1 week ago

Same Following this thread

chunrui-qashier commented 1 week ago

same here

eriklundstrom commented 1 week ago

Same here

kibitzing commented 1 week ago

Same here

tooHH commented 1 week ago

same here

igl commented 1 week ago

👋

YoucefSFPlus commented 1 week ago

Same issue !

KSiejka commented 1 week ago

I just tried deploying my functions and it looks like it's working again.

goodje commented 1 week ago

It's back normal. Can Google give a summary of what's happened?

vaivai130 commented 1 week ago

Can confirm it's now working on my side

tooHH commented 1 week ago

Is working fine now