Hi @tom-ch1 - sorry to hear you’re having trouble. The issue seems to be the webdav data connector that you added to the project - I believe the URL is formatted incorrectly. You should be able to use the format https://<server-name>/remote.php/webdav and then enter your username and password or token in the data connector form (we recommend generating a token that you can revoke later).
When you create the data connector, you should make sure to test the connection - in this case, did the connection test work?
yes, the connection test worked, but still the session would not launch
I can confirm that when I unlinked the webdav data connector, launching a session works
The error seems to be connected to special characters in the url:
I have an eth alumni nextcloud storage. The files settings indicate the webdav path url as https://yourdomain/remote.php/dav/files/tom%40alumni.ethz.ch
Here are my tests results:
https://yourdomain/remote.php/dav/files/tom@alumni.ethz.ch works
https://yourdomain/remote.php/dav/files/tom%40alumni.ethz.ch doesn’t work
So it seems that a correctly encoded url does not work whereas a non-url-encoded url does work.