
NextCloud does not connect
I am running on a Windows 10 server. Filerun runs well on its' own, but I cannot get any of the suggested clients to connect. I have attached to xml reading from dav.php below. Any help would be appreciated.
<multistatus xmlns="DAV:" xmlns:oc="http://owncloud.org/ns" xmlns:nc="http://nextcloud.org/ns"><response><href>/dav.php/</href><propstat><prop><displayname>ROOT</displayname><creationdate>2019-11-11T16:17:19-06:00</creationdate><getlastmodified>Fri, 06 Dec 2019 15:02:26 GMT</getlastmodified><getetag>"b9bc6c4fcb5ab4af1c8991a7bdae0120"</getetag><resourcetype><collection/></resourcetype><iscollection>1</iscollection><isFolder>t</isFolder><lockdiscovery/><oc:id>00001061</oc:id><oc:permissions>G</oc:permissions></prop><status>HTTP/1.1 200 OK</status></propstat></response><response><href>/dav.php/%40Home/</href><propstat><prop><displayname>@Home</displayname><creationdate>2019-11-11T16:17:19-06:00</creationdate><getlastmodified>Fri, 06 Dec 2019 15:02:26 GMT</getlastmodified><getetag>"b9bc6c4fcb5ab4af1c8991a7bdae0120"</getetag><resourcetype><collection/></resourcetype><iscollection>1</iscollection><isFolder>t</isFolder><lockdiscovery/><oc:id>00001061</oc:id><oc:permissions>GCK</oc:permissions></prop><status>HTTP/1.1 200 OK</status></propstat></response></multistatus>
Answer

The XML output looks healthy. I am assuming you are using Nextcloud 2.5 as any other version isn't currently compatible. If that is the case, please the exact point where it fails and mention the error message, if any.
The Nextcloud log can be accessed pressing F12. It would probably provide some useful troubleshooting information.

I am using Nextcloud 2.5. I can't get past the "Authorization" where you click "accept" (nothing happens)
I also tried Webdrive and get the following error:
Connecting to http://documents.mywebsite.com
Resolving url documents.mywebsite.com to an IP address
Url resolved to IP address 10.1.10.10
Connecting to 10.1.10.10 on port 80
Connected successfully to the server on port 80
Testing directory listing ...
Unable to connect to server, error information below
Error: HTTP Error response received from server, erorr=405 (4516)
Operation: Connecting to server
Server Response: 405 Method Not Allowed
Windows 10 Server IIS

See this answer for fixing your IIS configuration: https://feedback.filerun.com/communities/1/topics/546-error-transferring-method-not-allowed#comment-1758
Also, do note that the FileRun WebDAV URL always ends with "/dav.php/" (More details on connecting via WebDAV: http://docs.filerun.com/webdav).

I had WebDav install on IIS, but disabled. After uninstalling WebDav everything connected without issue.
Customer support service by UserEcho
I had WebDav install on IIS, but disabled. After uninstalling WebDav everything connected without issue.