You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded Bitwarden from the Google Play Store, and I reinstalled the application and logged back into Vaultwarden.
I obtained the PUSH_INSTALLATION_ID and PUSH_INSTALLATION_KEY by entering my email from https://bitwarden.com/host/.
Expected behaviour
Mobile Client push notification
Actual behaviour
It does not work.
Troubleshooting data
error
vaultwarden | [2023-07-16 07:16:49.265][vaultwarden::api::core::accounts][ERROR] An error occured while proceeding registration of a device: {"ErrorModel":{"Message":"Unexpected push token received from bitwarden server: error decoding response body: missing field `access_token` at line 1 column 26","Object":"error"},"ExceptionMessage":null,"ExceptionStackTrace":null,"InnerExceptionMessage":null,"Message":"Unexpected push token received from bitwarden server: error decoding response body: missing field `access_token` at line 1 column 26","Object":"error","ValidationErrors":{"":["Unexpected push token received from bitwarden server: error decoding response body: missing field `access_token` at line 1 column 26"]},"error":"","error_description":""}
vaultwarden | [2023-07-16 07:16:49.265][response][INFO] (put_device_token) PUT /api/devices/identifier/<uuid>/token => 400 Bad Request
The text was updated successfully, but these errors were encountered:
@VectorZhao I think you swapped the PUSH ID and KEY if I look at your environment variables.
The ID should have dashes - and the KEY does not, while in your paste, it does.
Please swap them and see what happens.
Repository owner
locked and limited conversation to collaborators
Jul 16, 2023
Subject of the issue
can not using the new feature: Mobile Client push notification
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Steps to reproduce
docker-compose.yml
I downloaded Bitwarden from the Google Play Store, and I reinstalled the application and logged back into Vaultwarden.
I obtained the PUSH_INSTALLATION_ID and PUSH_INSTALLATION_KEY by entering my email from https://bitwarden.com/host/.
Expected behaviour
Mobile Client push notification
Actual behaviour
It does not work.
Troubleshooting data
error
The text was updated successfully, but these errors were encountered: