mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
CORS error 200 when tried to generate Firefox Relay mail #6017
Reference in New Issue
Block a user
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 @oboeglen on GitHub (Aug 27, 2025).
Prerequisites
Vaultwarden Support String
No diag
Vaultwarden Build Version
testing
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
Apache
Host/Server Operating System
Linux
Operating System Version
Debian 12
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Go to Tools and Add Username generator with Firefox Relay
Expected Result
Custom mail address
Actual Result
Blocage d’une requête multiorigines (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur https://relay.firefox.com/api/v1/relayaddresses/. Raison : l’en-tête CORS « Access-Control-Allow-Origin » est manquant. Code d’état : 200.
Blocage d’une requête multiorigine (Cross-Origin Request) : la politique « Same Origin » ne permet pas de consulter la ressource distante située sur https://relay.firefox.com/api/v1/relayaddresses/. Raison : échec de la requête CORS. Code d’état : (null).
TypeError: NetworkError when attempting to fetch resource. console-log.service.ts:51:17
Logs
Screenshots or Videos
No response
Additional Context
No response
@BlackDex commented on GitHub (Aug 27, 2025):
CORS errors are never solvable by the server side.
The receiving endpoint needs to allow these.
Also, these are client-side items and this project does not maintain the client-side.
There already is an open issue at Bitwarden regarding this: https://github.com/bitwarden/clients/issues/14011
But it doesn't seem to be a priority or an issue for other self-hosted customers.