Hello,
After update to 5.4.1 / PHP 8.4 / Debian 13 (sorry guys, it happened as a bulk with Trixie as I use the debian repo), the android app works, but the windows chrome extension does not.
On the windows chrome extension :
An internal error occurred. The server response could not be parsed. Please contact your administrator.
On chrome, going to the URL, I can enter my passphrase, then the passwords canvas shows but remains empty.
The checks on the server site complains about
[WARN] Cannot detect your system distribution details.
[HELP] Seeuname -a.
[PASS] PHP version 8.4.11.
[PASS] PHP version is 8.2 or above.
[PASS] 64-bit architecture system detected.
[WARN] Cannot detect yourgpgorlibgcryptversion.
[HELP] Seegpg --version | grep gpgandgpg --version | grep libgcrypt.
[PASS] PCRE compiled with unicode support.
[PASS] Mbstring extension is installed.
[PASS] Intl extension is installed.
[PASS] GD or Imagick extension is installed.
[PASS] The temporary directory and its content are writable and not executable.
[PASS] The logs directory /var/log/passbolt/ and its content are writable.
[WARN] System clock and NTP service information cannot be found.
[HELP] Seetimedatectl | grep -i -A 1 clock. More information: https://www.passbolt.com/docs/hosting/configure/ntp/
but those commands run manually say :
$ uname -a
Linux muh 6.12.41+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.41-1 (2025-08-12) x86_64 GNU/Linux
$ gpg --version | grep gpg
gpg (GnuPG) 2.4.7
$ gpg --version | grep libgcrypt
libgcrypt 1.11.0
$ timedatectl | grep -i -A 1 clock
System clock synchronized: yes
NTP service: active
and the rest is all right.
Any ideas ?
Thanks !