MS Teams 连接器保存按钮出现错误:从连接器收到错误

问题描述

我收到“无法保存连接器配置。请重试。”当我尝试在 MS Teams 上保存我的连接器时出错。

错误详情如下:

Received error from connectors
{
    "seq": 1623959414107,"timestamp": 1623959424578,"flightSettings": {
        "Name": "ConnectorFrontEndSettings","AriaSDKToken": "d127f72a3abd41c9b9dd94faca947689-d58285e6-3a68-4cab-a458-37b9d9761d35-7033","SPAEnabled": true,"ClassificationFilterEnabled": true,"ClientRoutingEnabled": true,"EnableYammerGroupOption": true,"EnableFadeMessage": false,"EnableDomainBasedOwaConnectorList": false,"EnableDomainBasedTeamsConnectorList": false,"DevPortalSPAEnabled": true,"ShowHomeNavigationButtonOnConfigurationPage": false,"DisableConnectToO365InlineDeleteFeedbackPage": true
    },"status": 500,"clientType": "SkypeSpaces","connectorType": "9891a151-05c2-4c8d-9064-aba9d928cf94","name": "handleMessageError"
}

我无法找出问题的根源。任何想法表示赞赏。

解决方法

我已经解决了这个问题。

我使用了 MS 提供的本教程:https://docs.microsoft.com/en-us/learn/modules/msteams-webhooks-connectors/7-exercise-o365-connectors

不要使用它。

改为使用此示例:https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/connector-generic/nodejs

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...