Fail open published Expo Application

It’s likely something OTA or hot reload related? Mostly happens in bad network situation? (3G maybe.)
Sometimes it does’t show this error message, but it takes minutes to load on a fresh installed android device.
We received many complaint from our customer.

It there any way to totally disable the hot load behavior? Or at least prevent it from first load.

Hi @nstal - you can control the app’s loading behavior by using the updates configuration in app.json. I would recommend that you set fallbackToCacheTimeout to 0.

If you already have that set and it’s still not working, could you post your app.json?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.