Passbolt v4.10.0 API update breaking mobile application

Hello :wave:, we have noticed that recent v4.10.0 release of passbolt API is breaking iOS & Android mobile applications. We have identified the issue and provided a workaround here.

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.

We will be releasing a fix in coming days to fix it properly.
Feel free to contact us if the issue persist. Thanks a lot for understanding & support.

1 Like

UPDATE: The fix has been released with v4.10.1.