Hey Growthbook Team, we recently added initialisat...
# ask-questions
w
Hey Growthbook Team, we recently added initialisation failure logs to the growthbook sdk integrated with our flutter app. in our company, we run self hosted growthbook. We're hitting ~3k errors during growthbook initialisation in our app. the errors are mostly due to unable to resolve dns, connection related issues,
The connection errored: Failed host lookup: gb_host_url...
because of the same some of our feature flag values then give the default provided value but this impacts the final view user is seeing (default view). Considering this is a generic error, what are some of the suggested best practices to avoid user falling back to default value. caching feature values, retying initialisation during init failure, these were some of the approaches which came to my mind.