I'm honestly just frustrated with Nextcloud at this point on Windows at least. I want to get it working on my Windows server because I use some programs like EAC for CD ripping into FLAC which does not exist on Linux to my knowledge, and it was working until 2 weeks ago out of nowhere with no changes and no use at all. I randomly started getting errors like this after not using nextcloud much:
[Wed Sep 04 21:54:24.888431 2024] [core:notice] [pid 765:tid 765] AH00094: Command line: '/usr/local/apache2/bin/httpd -D FOREGROUND'
2024-09-04 15:54:24 {"level":"info","ts":1725486864.891314,"msg":"failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kiB). See
https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes
for details."}
After referencing that link and so many Nextcloud forum posts (such as this) and banging my head against the proverbial wall and multiple fresh installs later, I am now getting a new error on the AIO page.
The classic, "The domain is not reachable on Port 443 from within this container. Have you opened port 443/tcp in your router/firewall? If yes is the problem most likely that the router or firewall forbids local access to your domain. You can work around that by setting up a local DNS-server."
I have now come to the conclusion that I just can't seem to get it working on a docker container in windows for whatever reason. Nothing has changed on the domain name configuration I set up on Namecheap. I have opened up the 443 port on my TP-Link Deco app for the mesh router, and neither my ISP (Google Fiber) does not block that port nor do I have a firewall enabled.
I don't believe I need to set up a reverse proxy server or a local dns server as others have suggested since this WAS working in the past. What else could be the issue? I have spent weeks researching this issue on my own, and I need help now. Do I need to resort to setting up a Linux VM in Hyper V and running it from there?
Edit: I have been using this documentation for fresh installs (https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-run-aio-on-windows)