Outlook NODE

Use of the Microsoft Outlook Node
After configure a Credential and receive a confirmation of connection ok

I receive a
Problem running workflow
Lost connection to the server

{
“meta”: {
“instanceId”: “a3f9ce5ab8fe1bd909d5ed8b746e827d2fcbbea474e68498a00faf8bbbcd7bbb”
},
“nodes”: [
{
“parameters”: {},
“id”: “82346668-5e04-4128-95e6-40ab93a4b9ef”,
“name”: “When clicking "Execute Workflow"”,
“type”: “n8n-nodes-base.manualTrigger”,
“typeVersion”: 1,
“position”: [
820,
360
]
},
{
“parameters”: {
“operation”: “getAll”,
“options”: {}
},
“id”: “2b7f5eaa-0e53-4a0c-ade3-a7b867ba569d”,
“name”: “Microsoft Outlook”,
“type”: “n8n-nodes-base.microsoftOutlook”,
“typeVersion”: 2,
“position”: [
1040,
360
],
“credentials”: {
“microsoftOutlookOAuth2Api”: {
“id”: “peiyywNiiPE5TIEz”,
“name”: “Microsoft Outlook account 2”
}
}
}
],
“connections”: {
“When clicking "Execute Workflow"”: {
“main”: [
[
{
“node”: “Microsoft Outlook”,
“type”: “main”,
“index”: 0
}
]
]
}
}
Information on your n8n setup

About n8n

n8n Version

1.16.0
Under Docker
Source Code

License

Sustainable Use License + n8n Enterprise License

Instance ID

a3f9ce5ab8fe1bd909d5ed8b746e827d2fcbbea474e68498a00faf8bbbcd7bbb

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:
  • n8n version: 1.16.0
  • Database (default: SQLite): SQLITE
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own_main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Linux Ubuntu 20

Do you have a screenshot of the error you are seeing? Does the docker log also show any errors? It may also be worth an upgrade as you are on an older release.

User commented in a DM that they solved this issue, so I’m marking this question as done.

1 Like

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