Skip to content
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

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

Closed
nerder opened this issue Jun 19, 2024 · 85 comments
Closed

Comments

@nerder
Copy link

nerder commented Jun 19, 2024

[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
Copy link
Contributor

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

@brycecammo
Copy link

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

@chen-zhihang
Copy link

same

@myfknoll
Copy link

Same here

@unxavi
Copy link

unxavi commented Jun 19, 2024

can reproduce

@geoffcfchen
Copy link

geoffcfchen commented Jun 19, 2024

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
Copy link

newsu1 commented Jun 19, 2024

same

1 similar comment
@fan-ka-yagi
Copy link

same

@zariweyo
Copy link

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
Copy link

becjit commented Jun 19, 2024

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

@magelikescoke
Copy link

Same,get 502 when fetch run time config

@sg-tbiswas
Copy link

Same issue
image

@Vochsel
Copy link

Vochsel commented Jun 19, 2024

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

@nicklbaert
Copy link

same

@devkimkr
Copy link

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

@martin-minovski
Copy link

Same issue with firebase-tools 13.11.2

@Vochsel
Copy link

Vochsel commented Jun 19, 2024

@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
Copy link

denisyilmaz commented Jun 19, 2024

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
Copy link

KSiejka commented Jun 19, 2024

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
Copy link

beevor commented Jun 19, 2024

same

@devkimkr
Copy link

@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
Copy link

We are all waiting for a hotfix ~~

@avi12
Copy link

avi12 commented Jun 19, 2024

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
Copy link

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

@npty
Copy link

npty commented Jun 19, 2024

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
Copy link

Ahseo commented Jun 19, 2024

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
Copy link

mondyfy commented Jun 19, 2024

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
Copy link

duy-dev commented Jun 19, 2024

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

@rohanmathur91
Copy link

rohanmathur91 commented Jun 19, 2024

Facing same issue!

@camelmasa
Copy link

That's fine now!

@anatoo
Copy link

anatoo commented Jun 27, 2024

I encountered the same problem for a while now, but after a few deployments I was able to deploy successfully.

@joehan joehan closed this as completed Jul 9, 2024
@rendomnet
Copy link

rendomnet commented Jul 10, 2024

SAME ERROR! I have deployed test build which must be redployed with important FIX, and now I cant disable it!!

@davidsomekh
Copy link

Experienced this issue just now - anyone else?

@Alex0x47
Copy link

Experienced this issue just now - anyone else?

Yes, I'm having the same issue right now as well.

@leeparayno
Copy link

I'm having the same issue trying to deploy cloud functions on two different Firebase/GCP projects:

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.
Run firebase deploy --except functions if you want to continue deploying the rest of your project.

@leeparayno
Copy link

Firebase Status page doesn't show anything except Dynamic Links having an issue so Cloud Runtime Config must be not instrumented for Firebase:

https://status.firebase.google.com

@Ajmaljalal
Copy link

Encountered this issue just now

@mariusmcl
Copy link

I am experiencing same issue

@franklastborn
Copy link

Same here, experiencing the same problem now.

@akshatdatacrowd
Copy link

experiencing issue just now, what was the last stable version, last month

@Antonio-Gorisek
Copy link

It appears that many users are currently experiencing this issue, likely due to Firebase working on something or encountering a problem. If you run the command:
firebase deploy --only functions --debug
you will receive a 500 error, which indicates an internal server error.

@verscph
Copy link

verscph commented Aug 27, 2024

Same here

@joehan you closed this issue, can you give more information pls? Is it Firebase platform related, has it something to do with firebase-functions/v1 support, ... ?

This is the message shown while deploying with --debug:
[2024-08-27T06:35:47.939Z] <<< [apiv2][body] GET https://runtimeconfig.googleapis.com/v1beta1/projects/myproject/configs {"error":{"code":500,"message":"Internal error encountered.","status":"INTERNAL"}} HTTP Error: 500, Internal error encountered.

@jgavazzisp
Copy link

Come on guys, we spent 1000s per month on Firebase and now we cannot even update code which has a critical bug.

@davidedandrea25
Copy link

davidedandrea25 commented Aug 27, 2024

Experiencing the same issue, but updating tools to 13.15.4 version seems to resolve.

@Nahee-Park
Copy link

same here

@franklastborn
Copy link

Experiencing the same issue, but updating tools to 13.15.4 version seems to resolve.

Are you sure this solved the issue?

@Alex0x47
Copy link

Experiencing the same issue, but updating tools to 13.15.4 version seems to resolve.

I was in 13.7.5, updated with 'npm install -g firebase-tools', now in 13.15.4 but I'm still having the issue.

@shayAiode
Copy link

The same issue... can't believe this is a Google service.

@AndRud
Copy link

AndRud commented Aug 27, 2024

Tha same issue

@CipherShi
Copy link

Experiencing the same issue, but updating tools to 13.15.4 version seems to resolve.

This is not accurate

@arifsuheyl
Copy link

The same issue... can't believe this is a Google service.

me too...

@TudorAxinte
Copy link

[2024-08-27T07:06:46.815Z] <<< [apiv2][body] GET https://runtimeconfig.googleapis.com/v1beta1/projects/helix-network/configs/email/variables {"error":{"code":500,"message":"Internal error encountered.","status":"INTERNAL"}}

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.

@jgavazzisp
Copy link

I hope someone is on call at the moment.

@sscr197
Copy link

sscr197 commented Aug 27, 2024

Same here

@nl
Copy link

nl commented Aug 27, 2024

i had it a few minutes ago but seems fixed now

@AndRud
Copy link

AndRud commented Aug 27, 2024

It works! In case somebody still has a problem try to update firebase cli

@Ajmaljalal
Copy link

It is fixed now, but definitely is not a CLI upgrade or downgrade issue. 500 error means something for us developers folks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests