-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
I think this may be related to #9735 . It looks like very similar behavior I am seeing when trying to deploy updates to my firebase functions.
[REQUIRED] Environment info
15.5.1
macOS
firebase deploy --only functions
[REQUIRED] Expected behavior
The function should deploy to the firebase environment-- it should be deploying, and passing the health check.
A note-- I see that when i execute the deploy of functions the firebase-functions library outputs a port it is running on. That number appears random-- some 8xxx number. But the failure on the cloud run indicates port 8080-- now that may be unrelated as the logs clearly indicate it can not load the module mentioned above.