I created an organization and invited another user. Despite given the user management access to several collections the other user can not add any items. Whenever they attempt to add an item they just get an error popup that simply states an error occurred and gives no further detail.
I have no idea if this is related, but I get a collection named [error: cannot decrypt] in my newly created organization, and if I try to save a newly created item, nothing happens (the popup just stays open).
I also cannot create a new collection in my organization, and deleting [error: cannot decrypt] doesn't change anything at all.
@marekbell, are you using latest image? Also did you confirm the user after inviting them?
@moqmar, are you using the SERVER_ADMIN_EMAIL by any chance?
I just duplicated the same issue again on a fresh install. I'm using the latest Docker image... when I run it the website shows the version as '2.5.0'.
To reproduce it on the fresh install I did...
So, user B can't add anything to the organization. User B is able to make their own items without error, but can not make items that belong to the organization.
Just tried again and when I look in the log immediately after trying step 8 above I see...
POST /api/ciphers/create application/json; charset=utf-8: | stdout
=> Matched: POST /api/ciphers/
=> Error: Couldn't parse JSON body: Error("missing field Type", line: 1, column: 607) | stdout
=> Outcome: Failure | stdout
=> Warning: Responding with 400 Bad Request catcher. | stdout
That sounds like duplicate of #253
@mprasil You're right, thank you. Seems like I didn't fully read the README, sorry for that! :see_no_evil:
The /api/ciphers/create issue is fixed, if there is any other problem, please reopen the issue or create a new one