Error 405 Method not allowed

I installed nextcloud and got it working. I can log in via web or IOS app. When I try to sync Joplin to my nextcloud, I get this error message:

PROPFIND: Unknown error 2 (405):
405 Method not allowed
The requested method PROPFIND is not allowed for the URL /nextcloud/remote-php/webdav/Joplin/.

The Joplin folder exists.
My nextcloud admin log is empty.
This is the end of my .htaccess, with replaced with the url in the real deal:

DO NOT CHANGE ANYTHING ABOVE THIS LINE

RewriteEngine on
RewriteCond %{ENV:HTTPS} !on
RewriteRule (.*) https://<myserver.com>/nextcloud/$1 [R=301,L]
ErrorDocument 403 /nextcloud/
ErrorDocument 404 /nextcloud/
IndexIgnore *

order allow,deny
allow from all

Any help would be greatly appreciated, thanks.

you have a typo there. it's remote.php not remote-php.

Hello,
thanks a lot! I somehow didn't see that. Now it works :slight_smile: