After updating to 15.0.2, I now cannot log out of the web client

Hi,

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.

What does your ‘overwrite.cli.url’ = ‘XXXXX’,

in your config.php looks like?

(usually located in /var/www/html/nextcloud/config/config.php)

Have a look at the following post. Maybe this is your solution:

BR giftzwerg

Hi Andreww,

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’m running Nextcloud on mydomain.com and have subdomain.mydomain.com set to redirect there.

Any ideas about what I might try?

Thanks.

Hi gitfzwerg,

Thanks for your reply. I saw that thread, but couldn’t follow it very well. There have since been some new responses there, so I’ll try again.

Thanks.

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.

1 Like