mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1183] GET /locales/fr/messages.json?cache=jilvf leads to 404 #830
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#830
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 @pdarcos on GitHub (Oct 11, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1183
Hi everyone.
Not sure this is a config issue or a bug.
I had complaints by non-english speakers that my bitwarden_rs web wasn't displaying properly and they therefore could not login.
Exploring in the logs I think I've pinpointed the problem.
I see that this works fine as expected GET /locales/en/messages.json?cache=jilvf leads to 200 all OK
but if they use a non-english browser they get a 404 GET /locales/fr/messages.json?cache=jilvf leads to 404 not found
That would explain the error but not sure how to fix it. When I cd into the web folder, I see locales and I see there is a fr locale, among others, so not sure what I'm doing wrong.
I'm running bitwarden_rs behind an nginx proxy because I use websockets but don't know where to look to fix this.
Any clues?
Cheers
@pdarcos commented on GitHub (Oct 11, 2020):
Nevermind. Found the problem. Missing a locale file. Fixed now