Adrien Jussak

Results 9 comments of Adrien Jussak

I got this error with a the normal Nextcloud Node : ``` TypeError: Cannot read properties of undefined (reading 'toString') at Parser.exports.Parser.Parser.parseString (/usr/local/lib/node_modules/n8n/node_modules/xml2js/lib/parser.js:326:19) at Parser.parseString (/usr/local/lib/node_modules/n8n/node_modules/xml2js/lib/parser.js:5:59) at exports.parseString (/usr/local/lib/node_modules/n8n/node_modules/xml2js/lib/parser.js:383:19) at...

Hey, The operation is Creating a Public Link

Hey ! It works great with file uploads ! I think the issue is only on Custom HTTP Requests.

Hey @Joffcom Here the logs from the node (A Custom HTTP PUT request to the CardDav of Nextcloud) : ```JSON { "errorMessage": "The request is missing a required parameter, includes...

Hi! I found a temporary workaround. I just added a simple Nextcloud Node that lists the root of my Nextcloud files before my custom HTTP requests, and it works!

Hi ! I need it too ! I had to create a dedicated CI in my private GitLab to build HiEvents from GitHub and it's not convenient.

Same problem with a Fairphone 5 on CalyxOS 5.11.1 App version : 1.22.0 Ntfy version : 1.16.0 (f-droid)

Hey ! Yes, i use the public Docker image. I found some workarounds : - Adding a script to /etc/entrypoint.d/ to do a chown on /var/www/html/storage/logs - According to [ServerSide...