Office365 连接到 office 按钮不适用于 Microsoft Teams。出现 500 错误
Office365 connect to office button not working for Microsoft Teams. Getting 500 error
我为我的 Microsoft Teams 应用程序创建了一个 Office365 连接器。早些时候它运行良好,我在我的频道中收到通知。
现在它已经停止工作了。我收到消息 "An unexpected error has occurred" 的 "Something went wrong" 错误。 something went wrong
对此有任何帮助,我们将不胜感激。我真的卡住了。
清单内容:
{
"$schema": "https://statics.teams.microsoft.com/sdk/v1.0/manifest/MicrosoftTeams.schema.json",
"manifestVersion": "1.0",
"version": "1.1",
"id": "8471589f-f521-4d69-8d59-6a207b9e1b7b",
"packageName": "com.microsoft.teams.corrus",
"developer":{
"name": "Corrus",
"websiteUrl": "https://corrus.com/",
"privacyUrl": "https://corrus.com/terms/",
"termsOfUseUrl": "https://corrus.com/terms/"
},
"icons":{
"color": "corrus_logo.png",
"outline": "corrus_logo_outline.png"
},
"name":{
"short": "Corrus",
"full": "Corrus"
},
"description":{
"short": "A work management platform to work collaboratively and accomplish goals.",
"full": "Corrus is a work management tool for small teams to collaborate and manage projects in a cloud application. You can create tasks, build workflows and work with different stakeholders in one workspace. It helps teams align their processes and scale better as it enables them to break their goals and work into manageable blocks, create an action plan or a workflow, increase productivity and gain visibility within the team."
},
"accentColor": "#8170FF",
"configurableTabs": [
{
"configurationUrl": "https://app.corrus.com/#/tabsConfig",
"canUpdateConfiguration": 是的,
"scopes": [
"team"
]
}
],
"connectors": [
{
"connectorId": "8471589f-f521-4d69-8d59-6a207b9e1b7b",
"scopes": [
"team"
]
}
],
"permissions": [
"identity",
"messageTeamMembers"
],
"validDomains": [
"app.corrus.com",
"corrus.com"
]
}
我们尝试为新创建的团队配置连接器时出现问题。这个问题已被解决。
注意:将此添加为评论部分的答案以提高可见度。
我为我的 Microsoft Teams 应用程序创建了一个 Office365 连接器。早些时候它运行良好,我在我的频道中收到通知。
现在它已经停止工作了。我收到消息 "An unexpected error has occurred" 的 "Something went wrong" 错误。 something went wrong
对此有任何帮助,我们将不胜感激。我真的卡住了。
清单内容:
{
"$schema": "https://statics.teams.microsoft.com/sdk/v1.0/manifest/MicrosoftTeams.schema.json",
"manifestVersion": "1.0",
"version": "1.1",
"id": "8471589f-f521-4d69-8d59-6a207b9e1b7b",
"packageName": "com.microsoft.teams.corrus",
"developer":{
"name": "Corrus",
"websiteUrl": "https://corrus.com/",
"privacyUrl": "https://corrus.com/terms/",
"termsOfUseUrl": "https://corrus.com/terms/"
},
"icons":{
"color": "corrus_logo.png",
"outline": "corrus_logo_outline.png"
},
"name":{
"short": "Corrus",
"full": "Corrus"
},
"description":{
"short": "A work management platform to work collaboratively and accomplish goals.",
"full": "Corrus is a work management tool for small teams to collaborate and manage projects in a cloud application. You can create tasks, build workflows and work with different stakeholders in one workspace. It helps teams align their processes and scale better as it enables them to break their goals and work into manageable blocks, create an action plan or a workflow, increase productivity and gain visibility within the team."
},
"accentColor": "#8170FF",
"configurableTabs": [
{
"configurationUrl": "https://app.corrus.com/#/tabsConfig",
"canUpdateConfiguration": 是的,
"scopes": [
"team"
]
}
],
"connectors": [
{
"connectorId": "8471589f-f521-4d69-8d59-6a207b9e1b7b",
"scopes": [
"team"
]
}
],
"permissions": [
"identity",
"messageTeamMembers"
],
"validDomains": [
"app.corrus.com",
"corrus.com"
]
}
我们尝试为新创建的团队配置连接器时出现问题。这个问题已被解决。
注意:将此添加为评论部分的答案以提高可见度。