Describe the problem/error/question
Trying to use the Microsoft Teams node,
I configured my credentials to the teams, channel
https://teams.live.com/v2/?utm_source=OfficeWeb
When I try to configure the parameters on the node, I am unable to list the Teams or Channels. On chrome browser here is what I notice in Developer Tools console.
Please see the attached screenshots
POST https://n8n2025.app.n8n.cloud/rest/dynamic-node-parameters/resource-locator-results 500 (Internal Server Error)
What is the error message (if any)?
Expected to see a list of teams and Channels
Actually - it says Could not load list Please check your credentials, I check the credentials - no error
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
{
“nodes”: [
{
“parameters”: {
“operation”: “get”,
“teamId”: {
“__rl”: true,
“mode”: “list”,
“value”: “”
},
“channelId”: {
“__rl”: true,
“mode”: “list”,
“value”: “”
}
},
“type”: “n8n-nodes-base.microsoftTeams”,
“typeVersion”: 2,
“position”: [
320,
0
],
“id”: “7586633f-13f5-4242-90ed-12828cc5975e”,
“name”: “Microsoft Teams”,
“credentials”: {
“microsoftTeamsOAuth2Api”: {
“id”: “nvEjkgpLA5TjlgdO”,
“name”: “Microsoft Teams account”
}
}
},
{
“parameters”: {},
“type”: “n8n-nodes-base.manualTrigger”,
“typeVersion”: 1,
“position”: [
0,
0
],
“id”: “0deb1814-7b66-43ef-ac6a-311c0a05a440”,
“name”: “When clicking ‘Test workflow’”
}
],
“connections”: {
“Microsoft Teams”: {
“main”: [
]
},
“When clicking ‘Test workflow’”: {
“main”: [
[
{
“node”: “Microsoft Teams”,
“type”: “main”,
“index”: 0
}
]
]
}
},
“pinData”: {}
}
Share the output returned by the last node
Expected to see a list of teams and Channels
Actually - it says Could not load list Please check your credentials, I check the credentials - no error
Information on your n8n setup
instance information
Debug info
core
- n8nVersion: 1.72.1
- platform: npm
- nodeJsVersion: 20.18.0
- database: sqlite
- executionMode: regular
- concurrency: 5
- license: community
- consumerId: 00000000-0000-0000-0000-000000000000
storage
- success: all
- error: all
- progress: false
- manual: true
- binaryMode: filesystem
pruning
- enabled: true
- maxAge: 168 hours
- maxCount: 2500 executions
client
- userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/131.0.0.0 safari/537.36
- isTouchDevice: false
Generated at: 2025-01-08T20:37:22.869Z