diff --git a/src/app/services/services.module.ts b/src/app/services/services.module.ts index 365d1b088e..ca58641573 100644 --- a/src/app/services/services.module.ts +++ b/src/app/services/services.module.ts @@ -132,7 +132,7 @@ export function initFactory(): Function { environmentService.baseUrl = window.location.origin; } else { environmentService.notificationsUrl = isDev ? 'http://localhost:61840' : - 'https://notifications.bitwarden.com'; + window.location.origin + '/notifications'; } await apiService.setUrls({ base: isDev ? null : window.location.origin,