Wrong update address when click update from notice

Hi guys,

My nextcloud noticed me there is an update, so I click the notice, but the url is “https://nextcloud/index.php/settings/admin#updater”, instead “https://cloud.mysite.com/index.php/settings/admin#update

So the updater couldnot continue.

I wonder is there any config file I can modify this address?

Thanks.

In the config.php file make sure to set the following value:

'overwrite.cli.url' => 'https://cloud.mysite.com',

Then any new notification should have the correct URL.

Thanks Stephan, I will try it.