With the Nextcloud 24.0.0 (Hub III) upgrade the list function under the resource folder broke in the Nextcloud node. I have not encountered any other issues, but if it is related to the filename/folder it would make sense that other stuff might break too.
A list action on an empty directory does not throw an exception, that seems to work.
I have no error’s logged with nextcloud regarding logins, read/write errors and or other things related to this query.
Nextcloud version 23.0.4 is the latest version that doesn’t show those issues.
Help is much appreciated!
Let me know if more information is required.
What is the error message (if any)?
ERROR: Cannot read properties of undefined (reading ‘d:prop’)
Details
Stack
TypeError: Cannot read properties of undefined (reading 'd:prop')
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/NextCloud/NextCloud.node.js:1189:68)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:454:47
Please share the workflow
ERROR: Cannot read properties of undefined (reading ‘d:prop’)
Details
Stack
TypeError: Cannot read properties of undefined (reading 'd:prop')
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/NextCloud/NextCloud.node.js:1189:68)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:454:47
I am very sorry to hear you’re having trouble here.
I was able to reproduce the problem and have added this to our internal bug tracker for a fix. We will, of course, let you know once this has been sorted.
@mtcoliveira the issue was not really needed we already had it created in our internal system. The good news is I have just got it working so I need to do a bit more testing then I will get the PR open.
I pulled a nightly build, and that worked as expected.
Seems solved, and if nothing else gets added that might change the results this is done and dusted.