According to the documentation when using “create” write type to save a file to a WebDAV service, it should never overwrite an existing file.
Create a new file. If an existing file already exists at the location, create as new file with a number suffix added.
I’m having an issue where if I have an existing file titled text.md and I run a “create” action it is overwriting the original file when it should be saving as something like text-2.md
Is anybody else able to recreate this issue with WebDAV or is this possibly an issue with my WebDAV service (Nextcloud). I have no problem appending to existing files, so I’d be surprised if Drafts if unable to see the existing file.
Any nudge on how I can troubleshoot if this is an application bug vs maybe an issue with my actual WebDAV service would be greatly appreciated!