Nextcloud warning about php version after last nextcloud update

What app is this about, and its version: Nextcloud 33.0.2~ynh1
What YunoHost version are you running: 12.1.39
What type of hardware are you using: Old laptop or computer

Describe your issue

I update nextcloud to the last version:

but now, in the Nextcloud administration panel, i have a new warning, about php version.

Is this related to Yarn and Sury APT keys issues ?
Anyone knows how to handle this?

Share relevant logs or error messages

Configuration server ID
Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration.

ID du serveur de configuration
L’identifiant du serveur n’est pas configuré. Cela est recommandé si votre instance Nextcloud fonctionne sur plusieurs serveurs PHP. Ajoutez un identifiant de serveur dans votre configuration.

If you want this warning to disappear:

yunohost app shell nextcloud
php occ config:system:set serverid --value=1 # or whatever you want between 0 and 1023
exit
systemctl reload nginx
1 Like