Platform Issue → Workflow Execution / Integration Failure ( LinkedIn Post Workflow Fails After n8n Cloud Upgrade — Execution Timeout and “Connection Lost” Errors )

Describe the problem/error/question

Hello Team,

Our n8n cloud workflow for LinkedIn post automation (AI Agent - LinkedIn post (Personal)) has stopped working after the recent n8n cloud upgrade.

It was working perfectly before the upgrade — automatically generating and posting content to LinkedIn using the LinkedIn integration node.

Now, whenever the workflow reaches the LinkedIn “Create Post” node, execution fails with the following error:

Error: “Execution stopped at this node — n8n may have run out of memory while running this execution.”
Additional context: “Connection lost” message appears on the top-right corner of the editor during execution.

Because of this, the workflow execution gets interrupted and data is not saved (Can't show data: The execution was interrupted, so the data was not saved).

We have already verified:

  • LinkedIn credentials (Atique - LinkedIn) are still valid and working.

  • The same workflow was successfully posting before the upgrade.

  • Other nodes (e.g. content generation, image upload, schedule trigger) execute correctly.

Please investigate if there’s any memory regression, connection timeout, or LinkedIn API node compatibility issue introduced after the recent update.

What is the error message (if any)?

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.)

Share the output returned by the last node

{
“nodes”: [
{
“parameters”: {
“person”: “hHzmoMsMjx”,
“text”: “={{ $(‘Code’).item.json.boldContent }}\n\n{{ $(‘Linkedin Content Creating AI Agent’).item.json.output.description }}\n\n𝗪𝗵𝘆 𝗗𝗼𝗲𝘀 𝗜𝘁 𝗠𝗮𝘁𝘁𝗲𝗿 ?:thinking:\n\n{{ $(‘Linkedin Content Creating AI Agent’).item.json.output.whyDoesItMatter }}\n\n𝗜𝗺𝗽𝗼𝗿𝘁𝗮𝗻𝘁 𝗟𝗶𝗻𝗸𝘀 :link::\n\n{{ $(‘Linkedin Content Creating AI Agent’).item.json.output.links[0].title }} | {{ $(‘Linkedin Content Creating AI Agent’).item.json.output.links[0].link }}\n\n{{ $(‘Linkedin Content Creating AI Agent’).item.json.output.links[1].title }} | {{ $(‘Linkedin Content Creating AI Agent’).item.json.output.links[1].link }}\n\n{{ $(‘Linkedin Content Creating AI Agent’).item.json.output.links[2].title }} | {{ $(‘Linkedin Content Creating AI Agent’).item.json.output.links[2].link }}\n\n{{ $(‘Linkedin Content Creating AI Agent’).item.json.output.links[3].title }} | {{ $(‘Linkedin Content Creating AI Agent’).item.json.output.links[3].link }}\n\n{{ $(‘Linkedin Content Creating AI Agent’).item.json.output.links[4].title }} | {{ $(‘Linkedin Content Creating AI Agent’).item.json.output.links[4].link }}\n\n{{ $(‘Message a model1’).item.json.message.content }}”,
“shareMediaCategory”: “IMAGE”,
“additionalFields”: {}
},
“type”: “n8n-nodes-base.linkedIn”,
“typeVersion”: 1,
“position”: [
4000,
416
],
“id”: “f7ddcaea-53e5-498f-ab2e-0cd165ba35cb”,
“name”: “Create Post ( Without Image )”,
“alwaysOutputData”: true,
“retryOnFail”: true,
“credentials”: {
“linkedInOAuth2Api”: {
“id”: “mzSsfgey4YY0Gycp”,
“name”: “Atique - Linkedin”
}
}
}
],
“connections”: {
“Create Post ( Without Image )”: {
“main”: [

]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “564166f192213b4c17b5485572f3e99bc5c8cbcf333fcbd13576e9898e255ecd”
}
}

Information on your n8n setup

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

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