I have setup nextcloud on my home server and am syncing my local files for the first time. But when I was syncing a rather large folder, I keep getting Network error: 302
in the Windows desktop client. I have no problems accessing the web portal and am a bit lost as why this issue is happening.
I don’t think my network setup has anything to do with anything but here is how its setup anyway:
- The server is running on TrueNAS Scale and it has a local IP and port that I can access from my network.
- In a separate kubernetes cluster, running on the same internal network, I am using Traefik to setup an ingress for a domain (cloud.mydomain.com) and routing it to the local IP and port.
- In the same cluster, I am also running cloudflared, a tunnel agent from cloudflare, so that requests can come into the local network in the first place.
My domain DNS is on cloudflare but I have disabled the proxy there.
The above network setup was working fine until I messed up and deleted the DB in the server, which is why I am setting things up again.
My server config is mostly unchanged except that the following env vars are set:
NEXTCLOUD_TRUSTED_DOMAINS: cloud.mydomain.com
OVERWRITEHOST: cloud.mydomain.com
OVERWRITEPROTOCOL: https
OVERWRITECLIURL: https://cloud.mydomain.com
I have not been able to find any info so it would be great if someone could help.