I’m trying to view my app on my android device (version 6.0).
I recently pushed some updates to the master branch. Since then I can no longer open the app on my phone. It just hangs on the initial loading page.
I also notice that is says the app was “Last updated 1 month ago”, but this is incorrect. I pushed as recently as 3 hours ago. The code is up to date. Am I missing a step?
ionic info output:
cli packages: (/usr/local/lib/node_modules)
@ionic/cli-utils : 1.12.0
ionic (Ionic CLI) : 3.12.0
global packages:
Gulp CLI : CLI version 3.9.1 Local version 3.9.1
local packages:
Ionic Framework : ionic1 1.3.3
System:
Node : v6.11.2
npm : 5.4.2
OS : macOS Sierra
Misc:
backend : pro
This is a bug in Ionic View.
Ionic View is part of Ionic Pro.
Ionic Pro is a hosted and closed source service, so there is not much we, the community, can help you with, sorry. Check these:
You can - and should - contact support at Support
My advice: Try to build the app yourself. Then you can remote debug the app and find out what is going wrong:
Did you remote debug the problem on the device already?
Follow these instructions here to debug the problem in Safari dev tools:
https://ionic.zone/debug/remote-debug-your-app#ios
Follow these instructions here to debug the problem in Chrome dev tools:
https://ionic.zone/debug/remote-debug-your-app#android
Look at the console and network tabs for errors.
Ok thanks, I’ll give that a try.
1 Like