app.js:1971 Uncaught (in promise) {stack: “EntityValidationError: Could not validate entity G…mhafipceonhjepacocaffmoppf/index.min.js:10142:26)”, message: “Could not validate entity GroupUser.”, name: “EntityValidationError”, details: {…}}
I can’t see users, see some passwords, or modify any of my passwords. HELP!
1 Like
Hi @wrighter34 ,
Can you try to follow the following thread and let us know
I think the cleanup on the server will unlock you:
sudo -H -u www-data bash -c "./bin/cake passbolt cleanup"
I could see users and passwords, but got this error when trying to modify a password. This fixed it - thanks!
2 Likes
This worked for us as well! Thanks.
2 Likes
Worked fine to me too.
1 Like
Note: If you are running a very large database that doesn’t fit in memory. The cleanup won’t complete, it does however fix the issue if earlier steps.
3 Likes
Thanks @eddie4 this is very valuable feedback