-
Notifications
You must be signed in to change notification settings - Fork 1.2k
functions deployment gets stuck when functionsrunapionly is enabled #10252
Copy link
Copy link
Open
Labels
Description
[REQUIRED] Environment info
firebase-tools: v15.12.0
node: v24.11.1
Platform: macOS
[REQUIRED] Test case
Complete mcve - https://github.com/aalej/issues-10252
[REQUIRED] Steps to reproduce
Steps to reproduce in mcve - https://github.com/aalej/issues-10252?tab=readme-ov-file#steps-to-reproduce
[REQUIRED] Expected behavior
Deployments should complete
[REQUIRED] Actual behavior
Deployments seems to get stuck and terminal prints the below over and over again
⚠ functions: Request to https://cloudfunctions.googleapis.com/v2/projects/PROJECT_ID/locations/us-central1/functions?functionId=helloWorld had HTTP Error: 409, Could not create Cloud Run service helloworld. A Cloud Run service with this name already exists. Please redeploy the function with a different name.
⚠ functions: failed to create function projects/PROJECT_ID/locations/us-central1/functions/helloWorld
Reactions are currently unavailable