Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing translation after many request in short time #2780

Closed
martnst opened this issue Nov 24, 2016 · 2 comments
Closed

Missing translation after many request in short time #2780

martnst opened this issue Nov 24, 2016 · 2 comments

Comments

@martnst
Copy link

martnst commented Nov 24, 2016

Hi,

we have a server running our app with rails_admin together with an internal REST API. Frequently the API gets hit with many many requests in a short time. This somehow causes the application to drop the translation data resulting in errors like Translation missing: en.admin.actions.index.title.

Restarting the application (which is run by Passenger) will resolve the issue until the API gets hit again.

Any help to further debug this issues or work around it will be appreciated. Is there a way to reload the translations in case it got dropped?

@fredriksundstrom
Copy link

fredriksundstrom commented Mar 20, 2017

I actually get this on pretty much every other pageview of the admin dashboard, to be honest. I can re-produce about every 2nd refresh by just clicking the same menu item.

skarmavbild 2017-03-20 kl 16 32 40

I’m running locally, just rails s (via foreman)

@mshibuya
Copy link
Member

mshibuya commented Jun 6, 2019

This might be related to the thread-safety issue #2942, which was fixed recently.
Please try the master branch and see if it works.

@mshibuya mshibuya closed this as completed Jun 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants