Zip Decompress node and Websocket Errors

Describe the problem/error/question

I have a ZIP Decompress node, and have checked/validated that the ZIP file attributes are correct (zip extension and file type). When the node runs there is no output, even though it checks green like it completed successfully. During execution I notice server disconnect messages and via the chrome console I see websocket errors.

What is the error message (if any)?

Server Disconnected

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version:1.84.3
  • Database (default: SQLite): N/A Default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Cloud
  • Operating system: Windows 11, tested with Chrome and Edge

hello @New2n8n

Maybe the file is to big for the cloud instance…

Do you use the starter plan?

However, you are using two code nodes, which may increase the memory size significantly. Why do you need them? Is the decompress node not working?

Looks like the size is the issue, the original ZIP was 25MB, that failed. 12MB also failed. 3MB worked. Is there any way to confirm it is a memory limitation, and how would I increrase that? and Yes, I’m on the Starter plan.

You can try to reach out to [email protected]

I tried the local docker version and have no issue, so guessing it is some limitation in the cloud version.

1 Like

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