mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #3699] Unexpected push token received from bitwarden server #1646
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1646
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VectorZhao on GitHub (Jul 16, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3699
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
@BlackDex commented on GitHub (Jul 16, 2023):
@VectorZhao I think you swapped the PUSH ID and KEY if I look at your
environmentvariables.The ID should have dashes
-and the KEY does not, while in your paste, it does.Please swap them and see what happens.