Firebase 函数停止工作且无法再次部署

标签 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.

当我尝试重新部署时,出现以下错误。
Error setting up the execution environment for your function. Please try again after a few minutes.

可能是什么原因?是以下问题吗?
国家:https://status.firebase.google.com/incident/Functions/18018

最佳答案

是的,Cloud Functions 存在问题,您可以从上面的链接中看到

Investigating an issue with Functions

Incident began at 2018-03-09 03:30 (all times are US/Pacific).


最后更新是这样的:

Mar 09, 2018 04:45
We are still investigating the issue with Cloud Functions execution. We will provide another status update as soon as possible.


https://status.firebase.google.com/incident/Functions/18018
问题完成后,您将能够使用以下命令再次部署您的函数:
firebase deploy --only functions
编辑:
我刚刚部署了一些功能,现在正在运行,只需要一点时间。

关于Firebase 函数停止工作且无法再次部署,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49195020/

相关文章:

javascript - 使 firebase 返回排序后的响应

java - Firebase:修改/更新字符串编号

firebase - Cloud Functions for Firebase 未设置 Access-Control-Allow-Origin

firebase - 安排 Firebase 云函数在每小时开始时每 30 分钟运行一次,然后在 30 分钟后运行

javascript - 将新用户添加到 firebase 中现有用户的联系人列表中

rest - 使用 Rest API 调用 (HTTP-GET) 从 Google Firestore 获取特定数据

ios - 应用程序在后台时不显示推送通知

google-cloud-platform - Deployment Manager 是否支持云功能(并支持拥有多个云功能)?

firebase - 使用 GeoFire 查询附近位置

node.js - 部署 Cloud Functions 后出现错误 : Could not refresh access token.