"There was an error updating the data" on App (Android) and Passbolt-CE

Hey there, looks like there’s some problem with the new v5 resource types that added with v4.10. Here’s a quick fix, you can execute below query on the passbolt database:

DELETE FROM resource_types WHERE slug IN ('v5-default', 'v5-totp-standalone', 'v5-password-string', 'v5-default-with-totp');

After this log out and log back in the mobile app and the issue should be resolved. We will release a proper fix in coming days. Sorry for the inconvenience caused.