Joplin: error 405 Method not allowed

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Not sure if this is a nextcloud issue or a Joplin one.

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/

Any help would be greatly appreciated, thanks.

1 Like

I had the same problem with a remote nextcloud (yourownnet) and I solved it by using the webdav path like this : https://mycloud.yourownnet.eu/remote.php/webdav

Actually, that is the correct webdav path :slight_smile: .