Cannot Access Group Folders on v16

Nextcloud is installed, but we cannot see the app for groupfolders. We use this in the config.php:

‘app_install_overwrite’ =>
array (
0 => ‘user_external’,
1 => ‘groupfolders’,
),

Is there something missing that we need to do in order to enable groupfolders?

Thank you,

Hello sillsrl!

Yes, I think there is something missing, but correct me if you’ve done this already:
The Group Folders app doesn’t automatically create folders for each group - you’ll need to configure them in the admin’s Settings page.
You can find more info and tips in the app’s Github readme.

Hope that helps!