Chrome updated Yesterday to Version 113.0.5672.126 (Official Build) (64-bit)
Passbolt after login shows blank screen
This install is several years old.
Upgrade path of Passbolt?
I am not a huge linux user. Perhaps Passbolt pro.
If the application is not loading, you can check on the server the status-report:
su -s /bin/bash -c "/usr/share/php/passbolt/bin/status-report" nginx
You can also check for the logs of the browser extension as well. A blank page generally indicates that there is something wrong with the data. You might be able to fix it using:
su -s /bin/bash -c "/usr/share/php/passbolt/bin/cake passbolt cleanup" nginx
Replace nginx with your web server user if it’s different (like if you’re using apache)
It’s hard to help without having the server version or information how you installed it.
Is your passbolt installed from source? If so try to find out where on your server passbolt is located, and see what is the content of /config/version.php.
Also try to get the browser extension logs, that should give you an idea on what is making the browser extension crash. Most likely it’s duplicate or invalid data. Or the same problem than in the other thread.
If you’re under pressure to get access to your data, you can follow cedric advise in the other thread to load a previous version of the extension.
So if you have a 2.12 first thank you because you are with us since more than 3 years.
That being said, if you want to spin a new CentOS there is this doc: Passbolt Help | Migrate an existing Passbolt CE to a new CentOS server
(CentOS 7 will reach EOL June 2024, so may be another distribution will be wiser from a security perspective)
At the beginning of the doc there is a backup section: take from source Passbolt Help | Backup
Then you can continue with the rest of the first link that I send.
If you are considering Cloud or Pro before doing the installation part shoot an email to sales@passbolt.com the team will explain everything.
Hi we found that the latest version of Passbolt Extension (4.0.1) broke the password access page.
You can temporary access your password by the extension popup.
We have the 2.12.1 version of passbolt, i know it’s an old version…
The logout, login and recovery page works, the problem is with all others contents.
Is there any know new function that broke the loading for older versions like ours?