Cannot create groups

Hi!

I recently installed Cockpit with Docker/MongoDB.
I added a group via the config.php file, but when i want to create a new user, the group is missing.

Then i downloaded this addon:

When i hit save, nothing happens.
Checked the Docker logs, seems ok:

"POST /check-backend-session HTTP/1.1" 200 309 "https://api.mydomain.com/groups/create"

Checked the database and nothing has been created.

Any idea what is happening?

Thanks in advance!

This addon is written for the mondodb-lite implementation - I never tested it for anything else. I guess that’s the reason the addon is not working

Hey @serjoscha87!

Thanks for the clarification!
But the same thing happens when i use the config.php file (without your addon).
@artur, maybe?

Thanks!

groups:
  editor:
    cockpit:
      backend: true
      settings: true
      rest: true
      webhooks: true
    singletons:
      manage: true
      delete: false
    forms:
      manage: true
    colletions:
      manage: true

just create group in settings → config.yaml and you can adjust in collection