i have recently installed nextcloud on my shared hosting on serverbyt (not that popular hosting), after installation i am getting a webdav server error
Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken. To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its trusted_domains or the overwrite.cli.url. This failure may be the result of a server-side DNS mismatch or outbound firewall rule.
Due to this file-synchronisation is also for some reason is forbidden
i have spent too much time figuring out this, is there any way to configure this.
Log in as admin and check your files app.
There is no storage.
Without storage webdav cannot provide files.
You selected sqlite as db and got an I/O error.
Check the correctness of your datadirectory.
Unless a storage isn’t available I will not support from here.
And change your credentials. You posted them here and everybody can log in.
yes i changed db to mysql as you said but still no luck, and also the main peoblem is the files sharing function, i still cant determine the reason for this not working
edit: i checked everything it seems there is some problem with webdav and calldav, not sure how to solve it, all the settings are correct for webdav but still no luck.
ohkkk so finallyy i found the real problem… for some reason the server is not able to read .htaccess file under data directory due to this this webdav error is occuring…
i tried searching but found no proper documentaion regarding it…
Is your server running RedHat, Centos, or other distro in the family? If so, you may be running into access errors because of selinux.
As root run the command ‘setenforce 0’ and see if the problem goes away. And then ‘setenforce 1’ to restore selinux operation.
There is a section of the admin manual for configuring for selinux. The directory names in that section of the manual are not typical for a fedora installation, so will need some tweaking if this is your problem.