@frankenly I think that issue is related to some timeout (because the app takes too long to start). Sometimes I come across that error too.
You can try to change your timeout preference in config.xml
:
<preference name="loadUrlTimeoutValue" value="700000" />
See more about it in the link below (it’s ionic-v1
, but the problem should be the same):
1 Like