TagSpaces for NextCloud

Hello,
I’m currently having some issues getting tagspaces to work with NextCloud and was wondering if anyone could provide any advice? If I put my tagspaces folder in ‘/var/www/’ and then go to https://127.0.0.1/tagspaces it says that the file is not found. If I put my tagspaces folder instead in /var/www/nextcloud/web I can then access it via https://127.0.0.1/web/tagspaces
Then in tagspaces when I try to add the location /nextcloud/remote.php/webdav I get the message “Alert
Error occurred while opening a path! Currently opened location will be closed.” In the console of the Chrome developer tools I see the following errors:

Failed to load resource: the server responded with a status of 405 (Method Not Allowed)
/nextcloud/remote.php/webdav/ Failed to load resource: the server responded with a status of 405 (Method Not Allowed)
/nextcloud/remote.php/webdav/.ts/tsm.json Failed to load resource: the server responded with a status of 404 (Not Found)

If I try to access https://127.0.01/remote.php/webdav I get an unauthorized message. Looking in the developer console I see this kind of error for various scripts:

“Refused to load the script ‘https://127.0.0.1/core/js/backgroundjobs.js?v=53feb4e1a3809415ae6fcdcc5938bbbc-5’ because it violates the following Content Security Policy directive: “default-src ‘none’”. Note that ‘script-src’ was not explicitly set, so ‘default-src’ is used as a fallback.”

Many Thanks for any advice that can be offered.