mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1227] CORS error in the login page #865
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#865
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 @rbdevr on GitHub (Nov 17, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1227
Good day,
I've got Bitwarden installed on my server and it seats behind a DNS.
I've configured DOMAIN variable with the domain name.
I can access the login page but it returns an error when I press login button.
The following message appears:
"An error has occurred.
An unexpected error has occurred."
The browser captures the following:
SEC7120: [CORS] The origin 'ms-appx-web://microsoft.microsoftedge' failed to allow a cross-origin font resource at 'ms-appx-web:///assets/Fonts/BrowserMDL.ttf#Browser MDL2 Assets'.
CSS3119: No fonts available for @font-face rule
It seems to be a cross call issue.
How can I fix this?
Cheers
@rbdevr commented on GitHub (Nov 17, 2020):
It seems to be a browser issue.