我正在尝试在使用Cloud Functions的项目上运行firebase emulators:starts
。
它将在端口5001上启动本地服务器,如果我在Chrome中打开它,则会收到{ "status": "alive" }
响应,但是30秒钟后,由于“超时”,它会自行关闭。
✔ functions: Emulator started at http://localhost:5001
i Shutting down emulators.
i Stopping functions emulator
Error: TIMEOUT: Port 5001 was not active within 30000ms
该项目在部署到Google Cloud时运行良好,这是什么问题?
我尝试使用sudo
运行它,但没有帮助。
我在使用WSL(Ubuntu)的Windows 10上。
答案 0 :(得分:0)
将选项--no-localhost
用于任何firebase emulator
或firebase serve
在firebase login
https://firebase.google.com/docs/cli#sign-in-test-cli上查看此注释
但是我检查了一下,如果使用WSL,这对所有命令都有效