aalej
aalej
Hey @markgoho, thanks for the detailed report and for sharing your observations. It looks like the error message is being raised from https://github.com/firebase/firebase-tools/blob/6c7245f6a6dbffdb2bc1d794234a3f0b1704c7b4/src/emulator/apphosting/developmentServer.ts#L35-L44 The error occurs in `detectPackageManager` when the...
Hey @Nathanmalnoury, sorry to hear you encountered this issue and thanks for the thorough report. I appreciate you taking the time to put together an mcve! I was able to...
Hey @debkanchan, thanks for reaching out and for providing a detailed report. I discussed this with our engineering team. Currently, pnpm is supported, however pnpm workspaces is not. For now,...
Hey @fiws, thanks for raising this issue and for providing a detailed report. I do agree that an error message stating that the service account does not have permission or...
Hey @ryanadrig, thanks for reporting this and for sharing your observations. Let me know in case I misunderstood, but just to verify, are you invoking an https functions that creates...
Thanks for verifying @ryanadrig! I'm able to reproduce the reported behavior, it looks like this is an issue with the Functions Emulator. As you mentioned, when invoking the function for...
Hey @kaueDM, sorry to hear you’re encountering this issue and thanks for reaching out to us. Based on the `ETIMEDOUT` error message, it looks like this could be a network...
I discussed this with our team, currently it’s still pretty difficult to determine what specifically is causing the `ETIMEDOUT` error. I understand that you were able to ping the IP...
Hey @nidegen, thanks for sharing code snippets. Looking through the Google Cloud Function logs while trying to replicate this, it seems like a Firebase app with the name of `firebase-frameworks`...
Hey @chiranjeevi-pathipati, thanks for reaching out. The error message you encountered usually occurs when the Firebase CLI fails to discover your functions within the default timeout(10 seconds). To resolve this...