Firebase功能已停止工作,无法部署agian

Jan*_*nga 3 firebase google-cloud-functions

Firebase Cloud函数提供了一个名为的错误.

Error: Server Error
The server encountered an error and could not complete your request.
Please try again in 30 seconds.
Run Code Online (Sandbox Code Playgroud)

当我尝试重新部署时,它会出现以下错误.

Error setting up the execution environment for your function. Please try again after a few minutes.
Run Code Online (Sandbox Code Playgroud)

可能是什么原因?它是否跟随问题?Sates:https://status.firebase.google.com/incident/Functions/18018

Pet*_*dad 9

是的,云功能存在问题,您可以从上面的链接中看到

调查函数的问题

事件始于2018-03-09 03:30(所有时间都是美国/太平洋地区).

最后更新是这样的:

Mar 09,2018 04:45
我们仍在调查云功能执行的问题.我们会尽快提供其他状态更新.

https://status.firebase.google.com/incident/Functions/18018

问题完成后,您将能够使用以下方法再次部署您的功能:

firebase deploy --only functions
Run Code Online (Sandbox Code Playgroud)

编辑:

我刚刚部署了一些功能,它现在正在运行,只需要一点时间.