Brent138

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Brent138

  1. For those setups using the SpaceInvaderOne videos and getting the errors: * Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the [documentation] * Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the [documentation] I edited the default file in appdata\nextcloud\nginx\site-confs directory to: } location = /.well-known/carddav { return 301 https://$host:444/remote.php/dav; } location = /.well-known/caldav { return 301 https://$host:444/remote.php/dav; } All is good now. Thought I'd share as I've spent several hours trying to get these errors to clear.