-
Notifications
You must be signed in to change notification settings - Fork 210
Deploy message showing "shutdown requested via /__/quitquitquit" using version 12.4.1 #1456
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
Comments
@taeold please fix it quickly, many people aren't able to deploy their cloud functions. |
@salman-mastermind This message is unrelated to deployment error - it's a debug message that's being printed on every deploy regardless of a successful/unsucessful deploy. If you are having trouble deploying your function, please open up a issue or reach out to Firebase Support so we can help! |
@taeold , please have a look when I run the deploy command, it tries to validate the code of the function by running an emulator, if it passes the validation then the tool proceeds to push & deploy the code. In most users' cases, it fails & errors out at the emulator-based validation step. |
Hi @salman-mastermind, I understand that you’re having an issue with deploying your functions. However, the issue filed here is more related to cleaning up/removing the log “shutdown requested via /__/quitquitquit”. The message is printed every time a deployment is made, whether it is successful or unsuccessful. I would recommend opening a new issue and specifying the details using the provided template. This way, it would be more efficient in identifying the cause of the error you’re encountering. Thanks! |
Tuve este mismo error intentando hacer Investigue por varias horas pero ninguna de las opciones que me daban me funciono, entre degradar mis versiones de firebase, node y npm, hasta modificar lineas de condigo en el proyecto de firebase-tools hubo algo que me funciono que no lo vi como posibles soluciones. informacion de versiones:
Abra el arcihvo de la siguiente ruta (necesitara permisos root) y edite la siguiente variable:
o
Edite la siguiente el parametro
Asegurese de guardar cambios correctamente y haga su PD: No estoy seguro de que esta pasando con esto, en caso de que esto pueda ser una solucion fuerte para todos me gustaria saber que es lo que pasa. |
did anyone solve it? |
@chapeee Are you experiencing issues all of a sudden? I just updated to OS Sonoma today and my project isn't working anymore. |
yes, it was all of a sudden, I solved it by setting the Firebase version as 2. |
@chapeee What do you mean setting the firebase version as 2?? |
[REQUIRED] Environment info
firebase-tools: 12.4.1
Platform: macOS
[REQUIRED] Test case
Init a new CF3 functions project
[REQUIRED] Steps to reproduce
firebase deploy
[REQUIRED] Expected behavior
Deploy succeeds without suspicious error log entries
[REQUIRED] Actual behavior
which is confusing. Shouldn't print this if this is all internal implementation detail
The text was updated successfully, but these errors were encountered: