Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nextcloud can't upload files anymore #9708

Closed
mokkin opened this issue Jun 11, 2024 · 2 comments
Closed

Nextcloud can't upload files anymore #9708

mokkin opened this issue Jun 11, 2024 · 2 comments

Comments

@mokkin
Copy link

mokkin commented Jun 11, 2024

Bug Description

Since n8n v1.44.x I can't use the upload functionality of Nextclouds anymore. I'm trying to upload csv files, but I am getting Cannot read properties of undefined (reading 'error')

{
  "errorMessage": "Cannot read properties of undefined (reading 'error')",
  "errorDetails": {},
  "n8nDetails": {
    "n8nVersion": "1.44.1 (Self Hosted)",
    "binaryDataMode": "default",
    "stackTrace": [
      "TypeError: Cannot read properties of undefined (reading 'error')",
      "    at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:666:253",
      "    at processTicksAndRejections (node:internal/process/task_queues:95:5)",
      "    at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1079:20"
    ]
  }
}

On another instance with n8n v1.41.1 it is working as exepected on the same Nextcloud instance with the same credentials.

To Reproduce

  1. create an array or list
  2. convert it to binary (csv)
  3. upload the binary file to a Nextcloud path

Expected behavior

Uploading works.

Operating System

Ubuntu 22.04

n8n Version

1.44.1

Node.js Version

inside Docker container

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Jun 11, 2024

This is like the same as #9665

@mokkin
Copy link
Author

mokkin commented Jun 12, 2024

@mokkin mokkin closed this as completed Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants