I’ve been getting a nextcloud server up and running for myself the last few days, and this error started FLOODING my logs today. I think it may have something to do with how I set up my trusted proxies but I’m at a loss as to what happened.
I didn’t notice this error before today, but TBH I hadn’t checked the logs. I checked the logs this evening because I noticed that I was unable to browse any apps not already installed.
Everything is dockerized. I have NGINX manager running in a separate container, which is controlling the proxies.
Here’s what I put into config.php
‘trusted_proxies’ => array ( 0 => ‘10.0.1.32’, ), ‘overwritehost’ => ‘nextcloud.kuniansky.pw’, ‘overwriteprotocol’ => ‘https’, I know the proxy is working, because I’m able to connect to nextcloud through domain.com without an error message appearing.