aalej
aalej
I wonder if the functions discovery is taking longer that 30s. Does increasing the timeout to 60s(`$export FUNCTIONS_DISCOVERY_TIMEOUT=60`) make a difference? It may also be worth trying to identify if...
Apologies for not being able to respond sooner @chiranjeevi-pathipati. It's currently difficult to determine why the functions discovery process is taking a long time for your codebase. Usually, this occurs...
If the functions code takes a long time to load, an error will occur and loading will be interrupted
Hey @takahashi-shotaro, thanks for the detailed report and for sharing your observations. I was able to reproduce the issue, and it does sound reasonable to increase the timeout on use-cases...
Thanks for the report @ImBIOS. I agree that a log message showing the correct update method would be expected behavior here. I'll discuss this with our engineering team so that...
Hey @Deleplace, thanks for reaching out. I’m trying to reproduce the error you mentioned, but so far, I haven’t encountered any issues with running `firebase serve --only hosting`. When visiting...
Thanks for the additional info, @Deleplace. TIL Node.js 22 was released. I tried switching to Node.js v22.1.0, and I was able to reproduce the error. Opening http://localhost:5000/ shows `Unexpected error...
Hey @rvahlin, thanks for reaching out. Sorry to hear you encountered this issue. I’m trying to reproduce this locally, but so far I haven’t encountered any issue with starting the...
Hey folks, thanks for the additional information. I tried to reproduce this issue again, and as mentioned in https://github.com/firebase/firebase-tools/issues/6931#issuecomment-2026961704, it seems like this issue occurs when `firebase-tools` is installed via...
Hey @unxavi, thanks for reporting. I’m able to reproduce the issue you mentioned. When using the rollouts feature and trying to upload the Remote Config JSON template to different project,...
Hey @alexpchin, thanks for reaching out. Let me know if I may be wrong here, but from what I can tell, you’re trying to trigger local functions based on production...