You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
didn't change anything in the codebase from before
firebase app is called firebase
functions app is called cloud-functions
run npx nx deploy firebase
Current behavior
Console output
Could not create or update Cloud Run service searchevents, Container Healthcheck failed. Revision 'searchevents-00001-bay' is not ready and cannot serve traffic. The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable. Logs for this revision might contain more information.
Logs URL: https://console.cloud.google.com/logs/viewer?project=my-project-core&resource=cloud_run_revision/service_name/searchevents/revision_name/searchevents-00001-bay&advancedFilter=resource.type%3D%22cloud_run_revision%22%0Aresource.labels.service_name%3D%22searchevents%22%0Aresource.labels.revision_name%3D%22searchevents-00001-bay%22
For more troubleshooting guidance, see https://cloud.google.com/run/docs/troubleshooting#container-failed-to-start
Could not create or update Cloud Run service onmessagecreated, Container Healthcheck failed. Revision 'onmessagecreated-00001-yoh' is not ready and cannot serve traffic. The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable. Logs for this revision might contain more information.
Logs URL: https://console.cloud.google.com/logs/viewer?project=my-project-core&resource=cloud_run_revision/service_name/onmessagecreated/revision_name/onmessagecreated-00001-yoh&advancedFilter=resource.type%3D%22cloud_run_revision%22%0Aresource.labels.service_name%3D%22onmessagecreated%22%0Aresource.labels.revision_name%3D%22onmessagecreated-00001-yoh%22
For more troubleshooting guidance, see https://cloud.google.com/run/docs/troubleshooting#container-failed-to-start
Could not create or update Cloud Run service onparticipationwritten, Container Healthcheck failed. Revision 'onparticipationwritten-00001-juv' is not ready and cannot serve traffic. The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable. Logs for this revision might contain more information.
Logs URL: https://console.cloud.google.com/logs/viewer?project=my-project-core&resource=cloud_run_revision/service_name/onparticipationwritten/revision_name/onparticipationwritten-00001-juv&advancedFilter=resource.type%3D%22cloud_run_revision%22%0Aresource.labels.service_name%3D%22onparticipationwritten%22%0Aresource.labels.revision_name%3D%22onparticipationwritten-00001-juv%22
For more troubleshooting guidance, see https://cloud.google.com/run/docs/troubleshooting#container-failed-to-start
Could not create or update Cloud Run service oneventwritten, Container Healthcheck failed. Revision 'oneventwritten-00001-mez' is not ready and cannot serve traffic. The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable. Logs for this revision might contain more information.
Logs URL: https://console.cloud.google.com/logs/viewer?project=my-project-core&resource=cloud_run_revision/service_name/oneventwritten/revision_name/oneventwritten-00001-mez&advancedFilter=resource.type%3D%22cloud_run_revision%22%0Aresource.labels.service_name%3D%22oneventwritten%22%0Aresource.labels.revision_name%3D%22oneventwritten-00001-mez%22
For more troubleshooting guidance, see https://cloud.google.com/run/docs/troubleshooting#container-failed-to-start
Could not create or update Cloud Run service onuserwritten, Container Healthcheck failed. Revision 'onuserwritten-00001-gih' is not ready and cannot serve traffic. The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable. Logs for this revision might contain more information.
Logs URL: https://console.cloud.google.com/logs/viewer?project=my-project-core&resource=cloud_run_revision/service_name/onuserwritten/revision_name/onuserwritten-00001-gih&advancedFilter=resource.type%3D%22cloud_run_revision%22%0Aresource.labels.service_name%3D%22onuserwritten%22%0Aresource.labels.revision_name%3D%22onuserwritten-00001-gih%22
For more troubleshooting guidance, see https://cloud.google.com/run/docs/troubleshooting#container-failed-to-start
Functions deploy had errors with the following functions:
cloud-functions:onEventWritten(us-central1)
cloud-functions:onMessageCreated(us-central1)
cloud-functions:onParticipationWritten(us-central1)
cloud-functions:onUserWritten(us-central1)
cloud-functions:searchEvents(us-central1)
i functions: cleaning up build files...
Firebase functions web console
Google cloud log explorer for onParticipationWritten
It seems to me that is not finding the libraries on deploy
The text was updated successfully, but these errors were encountered:
Steps to reproduce
firebase
cloud-functions
npx nx deploy firebase
Current behavior
Console output
Firebase functions web console
Google cloud log explorer for
onParticipationWritten
It seems to me that is not finding the libraries on deploy
The text was updated successfully, but these errors were encountered: