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
When some namespaces are loaded directly inside the app, the backend still try to make an HTTP request. This creates unnecessary requests to the server for translations that are already loaded, and do not exist on the server.
A solution would be to pass an array of namespaces to ignore, or refactor parsePayload so if the returned value is false, to skip for the given language.
The text was updated successfully, but these errors were encountered:
When some namespaces are loaded directly inside the app, the backend still try to make an HTTP request. This creates unnecessary requests to the server for translations that are already loaded, and do not exist on the server.
A solution would be to pass an array of namespaces to ignore, or refactor
parsePayload
so if the returned value is false, to skip for the given language.The text was updated successfully, but these errors were encountered: