Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error whe trying to create group #15

Open
fredrikkarlsson-pervanovo opened this issue Oct 2, 2020 · 2 comments
Open

Error whe trying to create group #15

fredrikkarlsson-pervanovo opened this issue Oct 2, 2020 · 2 comments

Comments

@fredrikkarlsson-pervanovo

When I try to create a new group, I receive the following error from the backend:

error: "invalid document for insert: keys cannot contain ".": "finder.path""
file: "/var/www/html/lib/vendor/mongodb/mongodb/src/Operation/InsertOne.php"
line: 112

Some googling suggestes that the error might be connected with having a mongodb adapter that restricts the usage of "." in keys.

@bassauer-storms-media
Copy link
Collaborator

This used to work... Once.

Must be broken trough an update in either the db implementation or cockpit its self.

You can just remove all these attributes by clicking the trashcan symbol. This will re-enable you to create groups through the addon.

I gonna take a look at this failure when I find some time.

@bassauer-storms-media
Copy link
Collaborator

bassauer-storms-media commented Oct 2, 2020

PS. Perhaps you can escape the dot:

finder\.path

Not sure, but give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants