mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #6238] CORS error 200 when tried to generate Firefox Relay mail #2378
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#2378
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 @oboeglen on GitHub (Aug 27, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6238
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.