We are encountering an inconsistent warning regarding our SDK integration, specifically about the locale parameter not being correctly provided. Despite passing the locale as a top-level parameter and seeing it logged correctly as en-US, we’re still receiving the warning. I’ve tested the content in different locales and everything appears to render correctly. The warning seems to be appearing more often when the developer tools is open (not sure if it’s actually related). I’m flagging this issue to see if it’s a misconfiguration on our end or if it might be a bug with Builder.
Builder content link
Builder public api key
b9d46b22b48540afa4cdea67f57a81df
What are you trying to accomplish Get rid of the warning
If localization is already working correctly and fully integrated in your implementation, the modal you are seeing may be a false positive.
To ensure localization is properly configured, please make sure that the locale is:
Passed to the BuilderComponent or Content
Included as an option in your API call, such as builder.get or fetchOneEntry
Both are required for Builder to correctly resolve localized content.
You can review the full setup steps in our Localization Integration Guide:
If everything is configured correctly and you would prefer not to see the warning, you can disable it. The setting is called Show Locale Integration Error Dialog and can be found under: