[GH-ISSUE #7103] Misconfigured Push Notification service even with correct EU region endpoints in config.json #30105

Closed
opened 2026-06-17 09:50:20 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @fiorindo-carlini on GitHub (Apr 16, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/7103

Prerequisites

Vaultwarden Support String

I am unable to start Vaultwarden with Push Notifications enabled. Even though I have correctly configured the installation ID and Key obtained from the .eu Bitwarden portal and set the corresponding EU endpoints, the server fails to boot with the "Misconfigured Push Notification service" error.

Error loading config:
vaultwarden | Misconfigured Push Notification service
vaultwarden | ########################################################################################
vaultwarden | # It looks like you enabled Push Notification feature, but didn't configure it #
vaultwarden | # properly. Make sure the installation id and key from https://bitwarden.com/host are #
vaultwarden | # added to your configuration. #
vaultwarden | ########################################################################################

{
"push_enabled": true,
"push_id": "b88fdsdfdsfsdfff6-b4sfsdf8d",
"push_key": "qssdfsdfsdfsdfM7sdfdsfe",
"push_relay_uri": "https://push.bitwarden.eu",
"push_identity_uri": "https://identity.bitwarden.eu"
}

any idea?
Thank you

Vaultwarden Build Version

2026.1.1

Deployment method

Official Container Image

Custom deployment method

No response

Reverse Proxy

Caddy

Host/Server Operating System

Linux

Operating System Version

Ubuntu

Clients

Web Vault

Client Version

No response

Steps To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. Click on '...'
  5. Etc '...'

Expected Result

.

Actual Result

.

Logs


Screenshots or Videos

No response

Additional Context

No response

Originally created by @fiorindo-carlini on GitHub (Apr 16, 2026). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/7103 ### Prerequisites - [x] I have searched the existing **Closed _AND_ Open** [Issues](https://github.com/dani-garcia/vaultwarden/issues?q=is%3Aissue%20) **_AND_** [Discussions](https://github.com/dani-garcia/vaultwarden/discussions?discussions_q=) - [x] I have searched and read the [documentation](https://github.com/dani-garcia/vaultwarden/wiki/) ### Vaultwarden Support String I am unable to start Vaultwarden with Push Notifications enabled. Even though I have correctly configured the installation ID and Key obtained from the .eu Bitwarden portal and set the corresponding EU endpoints, the server fails to boot with the "Misconfigured Push Notification service" error. Error loading config: vaultwarden | Misconfigured Push Notification service vaultwarden | ######################################################################################## vaultwarden | # It looks like you enabled Push Notification feature, but didn't configure it # vaultwarden | # properly. Make sure the installation id and key from https://bitwarden.com/host are # vaultwarden | # added to your configuration. # vaultwarden | ######################################################################################## { "push_enabled": true, "push_id": "b88fdsdfdsfsdfff6-b4sfsdf8d", "push_key": "qssdfsdfsdfsdfM7sdfdsfe", "push_relay_uri": "https://push.bitwarden.eu", "push_identity_uri": "https://identity.bitwarden.eu" } any idea? Thank you ### Vaultwarden Build Version 2026.1.1 ### Deployment method Official Container Image ### Custom deployment method _No response_ ### Reverse Proxy Caddy ### Host/Server Operating System Linux ### Operating System Version Ubuntu ### Clients Web Vault ### Client Version _No response_ ### Steps To Reproduce 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. Click on '...' 5. Etc '...' ### Expected Result . ### Actual Result . ### Logs ```text ``` ### Screenshots or Videos _No response_ ### Additional Context _No response_
GiteaMirror added the bug label 2026-06-17 09:50:20 -05:00
Author
Owner

@stefan0xC commented on GitHub (Apr 16, 2026):

Even though I have correctly configured [...]

Well, the error message is triggered by
https://github.com/dani-garcia/vaultwarden/blob/dfebee57ec26837f82d8a883c9fadd026fe8aeac/src/config.rs#L1001-L1010

So you did not configure it correctly.

{ "push_enabled": true, "push_id": "<redacted>", "push_key": "<redacted>", "push_relay_uri": "https://push.bitwarden.eu", "push_identity_uri": "https://identity.bitwarden.eu" }

Where did you configure those values? There is no configuration option called push_id or push_key. Also for bitwarden.eu (European Union) it should be PUSH_RELAY_URI=https://api.bitwarden.eu.

Cf. https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Mobile-Client-push-notification

<!-- gh-comment-id:4258764896 --> @stefan0xC commented on GitHub (Apr 16, 2026): > Even though I have correctly configured [...] Well, the error message is triggered by https://github.com/dani-garcia/vaultwarden/blob/dfebee57ec26837f82d8a883c9fadd026fe8aeac/src/config.rs#L1001-L1010 So you did not configure it correctly. > { "push_enabled": true, "push_id": "\<redacted>", "push_key": "\<redacted>", "push_relay_uri": "https://push.bitwarden.eu", "push_identity_uri": "https://identity.bitwarden.eu" } > Where did you configure those values? There is no configuration option called `push_id` or `push_key`. Also for `bitwarden.eu (European Union)` it should be `PUSH_RELAY_URI=https://api.bitwarden.eu`. Cf. https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Mobile-Client-push-notification
Author
Owner

@fiorindo-carlini commented on GitHub (Apr 16, 2026):

Thanks a lot, it worked. I don’t remember where I got them probably from some unofficial documentation. I was convinced they were the correct keys.

<!-- gh-comment-id:4258971197 --> @fiorindo-carlini commented on GitHub (Apr 16, 2026): Thanks a lot, it worked. I don’t remember where I got them probably from some unofficial documentation. I was convinced they were the correct keys.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#30105