如何解决状态为“超时”的完成?

时间:2019-10-25 17:51:35

标签: javascript node.js firebase google-cloud-firestore

我正在使用Firestore云功能并面对

状态为“超时”。

所有操作和结果均正常运行。 但是这个错误让我烦恼。

Cannot convert value "System.Object[]" to type "System.Xml.XmlDocument". Error: "The '=' character, hexadecimal value 0
x3D, cannot be included in a name. Line 5, position 19."
At line:1 char:1
+ [xml]$bar = Get-Content test2.xml
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : MetadataError: (:) [], ArgumentTransformationMetadataException
    + FullyQualifiedErrorId : RuntimeException

我确实尝试使用res.send(200),但是它破坏了我的函数形式 出现错误

ReferenceError:未定义res

0 个答案:

没有答案