GET /locales/fr/messages.json?cache=jilvf leads to 404 #1587

Closed
opened 2025-10-09 17:21:15 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @pdarcos on GitHub.

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

Originally created by @pdarcos on GitHub. 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
OVERLORD added the better for forum label 2025-10-09 17:21:15 +03:00
Author
Owner

@pdarcos commented on GitHub:

Nevermind. Found the problem. Missing a locale file. Fixed now

@pdarcos commented on GitHub: Nevermind. Found the problem. Missing a locale file. Fixed now
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1587