Hello all!
Today I updated to the latest Bitwarden iOS 2024.9.2 (1106) in all these devices, and they all are failing to connect to the Self Hosted server
iPhone 16 Pro Max iOS 18.0.1
iPad Pro 13 (M4) iOS 17.6.1
iPad Air 2 iOS 15.8.2
The Web portal and the Windows Desktop app are working perfectly.
I disabled the iPhone Smart Punctuation because I read it was causing issues, but it still failing
Checking Self Hosted server logs
When fails the logs are: (something about the token fails)
[request][INFO] GET /api/devices/knowndevice
[response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK
[request][INFO] POST /identity/accounts/prelogin
[response][INFO] (prelogin) POST /identity/accounts/prelogin => 200 OK
When succeeds the logs are:
[request][INFO] GET /api/devices/knowndevice
[response][INFO] (get_known_device) GET /api/devices/knowndevice => 200 OK
[request][INFO] POST /identity/accounts/prelogin
[response][INFO] (prelogin) POST /identity/accounts/prelogin => 200 OK
[request][INFO] POST /identity/connect/token
[vaultwarden::api::identity][INFO] User [email protected] logged in successfully. IP: 10.0.3.1
[response][INFO] (login) POST /identity/connect/token => 200 OK
[request][INFO] GET /api/sync
[response][INFO] (sync) GET /api/sync?<data..> => 200 OK
[request][INFO] GET /api/config/
[response][INFO] (config) GET /api/config => 200 OK
[request][INFO] PUT /api/devices/identifier/33be61ca-51a5-4750-abb4-31bbbc06f5b8/token
[response][INFO] (put_device_token) PUT /api/devices/identifier//token => 200 OK
Again, all these devices were working before the Bitwarden iOS update.
Can someone advice how to fix this?
Thanks