You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: