Iām running a Nextcloud Docker container on an Ubuntu 16.04 server with Apache 2.4.18 and PHP 7.2 After I completed the recent update to 15.0.2 (the relevant Administration screen reports that Iām now running the latest version), I find that whenever I click Log Out I get redirected to a new browser tab which tells me it canāt establish a connection to localhost:myport.
I wonder whatās going on there. Any insight is appreciated.
Thanks for your reply. My overwrite.cli.url variable is set to āhttp://mysubdomain.mydomain.comā (is it significant that this value is not āhttpsā like I set up my installation to use?).
I got it to work again. For those with a similar issue, I looked through this thread and then tweaked the overwritehost recommendation to the following:
'overwritehost' => 'mysubdomain.mydomain.com',
Hopefully something like that will work for others.