How to return system address book?

Nextcloud Server version: Nextcloud Hub 9 (30.0.5)
Operating System: Ubuntu 24.04.1 LTS
Web Server: Apache/2.4.58
PHP version: 8.3.6

Hi all! I tested the problem that contacts in the system address book are not displayed. I disabled the system address book using the command:

occ config:app:set dav system_addressbook_exposed --value=“no”

How can I get it back to display?

Good! The system address book can be restored by deleting the row from the database and restarting the database service:

delete from oc_appconfig where configkey=‘system_addressbook_exposed’;

No need to touch the db directly with all the danger of making wrong changes.

Solution:

occ config:app:set dav system_addressbook_exposed --value=“yes”

Hello! I tried this method, but it didn’t change anything. I don’t know why.

That would be correct:

occ config:app:delete dav system_addressbook_exposed

btw. with NC30 you have personal setting to show/hide it.

1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.