Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Error: Failed to fetch Run service undefined

I am trying to deploy the firebase functions and getting the error:

Error: Failed to fetch Run service undefined`

I've already tried to update firebase-tools, but it did not help. Could you please help to resolve it?

like image 448
slhn.dev Avatar asked Sep 11 '25 20:09

slhn.dev


1 Answers

I had same error in windows 10. firebase deploy --only functions

v11.18.0 has fixed the error.

npm install -g firebase-tools --force

npm audit fix
like image 123
Julbh Avatar answered Sep 14 '25 09:09

Julbh