Expo publish causing app to constantly reload?

Expo SDK: 45.0.0
expo-updates: 0.13.4

Hi, wondering if anyone would be able to point me in the right direction to resolve an issue I am having with expo publish. There isn’t a lot of information I can give other than an explaination

Whenever I publish an OTA update using expo publish, my app appears to download it and reload as I would expect. However, it then to constantly reloads from the splash screen. It will do this a few times and then the app will crash.

If I reopen the app then the cycle repeats. I have tried even doing a rollback, but this appears to also be unsuccessful in resolving the issue.

The only way I can currently get around this is to do a complete build of the application again

Any help would be greatly appreciated :slight_smile:

I added in some promise based alerts and it appears that the fetchUpdateAsync() function is always returning true for “isNew”.

What exactly gets set in order to make that false? It states if the bundle is new, however is there a way for me to check what bundle I have??