享受生活和编码,30分钟后,我决定部署我的功能,看看我做了什么。 可悲的是,这一次,我的功能没有部署。 这之前没有发生过......我正在摸不着头脑
我在Windows 7中跳转到命令行并查找firebase工具的版本......它说的是版本3.7.0。 ......该死的......这不容易。 然后我跳到https://console.cloud.google.com/logs/viewer ... 2个红色感叹号.. 我查看错误日志,它说
protoPayload: {
@type: "type.googleapis.com/google.cloud.audit.AuditLog"
status: {
code: 10
message: "Operation interrupted."
这是我的命令行输出:
i deploying functions
i functions: ensuring necessary APIs are enabled...
i runtimeconfig: ensuring necessary APIs are enabled...
+ runtimeconfig: all necessary APIs are enabled
+ functions: all necessary APIs are enabled
i functions: preparing functions directory for uploading...
i functions: packaged functions (2.8 KB) for uploading
+ functions: functions folder uploaded successfully
i starting release process (may take several minutes)...
i functions: creating function date_test...
i functions: creating function testvunglecallback...
! functions[date_test]: Deploy Error: Operation interrupted.
! functions[testvunglecallback]: Deploy Error: Operation interrupted.
Functions deploy had errors. To continue deploying other features (such as datab
ase), run:
firebase deploy --except functions
Error: Functions did not deploy properly.
请尽力帮助...... 谢谢。