Unable to configure Teams node with teams Community login

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





It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Please see below the Debug information

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:48:09.595Z

Hi @ramanyala

Thanks for posting here and welcome to the community! :cake:

Could you try updating your n8n version to 1.75 and re-connect the credentials and see if the issue persists?

I’m facing a similiar issue with the Jira node.

Using n8n version 1.80.3 These appeared today.
A downgrade to 1.79.3 results of the same issue.

I’m having the same issue, are they allowing personal account to use this?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.