I created an ionic Pro account and follow all instructions regarding app live deploy.
I saw all my contents being uploaded to git after using “git push ionic master” command but when I access ionic view app with id code, it shows me only the basic template app with no new src files applied.
I have many contents in src but it looks like the app on ionic view is stuck at basic template and is not able to update.
How can I fix this error?
I had used Ionic View Legacy app many months ago and it was working fine without this kind of problem.
Hey @jamesharvey, have you checked to make sure that your most current push was deployed?
There have been times that I’ve had the same experience then realized that although the push “pushed”, the project hasn’t deployed. I had to do so manually on the main (code) tab of pro’s site.
I just clicked deploy, then master and it was fixed.
Happened on seemingly random occasions, though I might have done something unknown to cause it.
Thanks, I will try that.
But I’m wondering why it’s showing me the initial starter template (‘Ionic tab menu starter’)?
My project was fully edited last night and I’m curious how Ionic Pro was able to get those starter template files which I didn’t upload obviously.
I still haven’t solved this problem.
Is this because I’m using a free plan? do I have to change to a paid plan to deploy apps?
I’m going need it only once …
Mine is completely stuck at basic template and it doesn’t update at all.
I exactly saw files uploading on Git Bash… but nothing’s really updating.
The commit builds were failed on ionic pro for some reasons…
I added this to json file:
“scripts”: {
“build”: “ls”
},
and it gave me an error that says www folder is missing so I entered this on git bash:
git add www/* -f
Now it builds commits successfully on Ionic Pro… however now my app is forever stuck at Ionic View loading screen.
How can I fix this error?
The app I’m trying to deploy is a very simple UI template… it doesn’t have any significant feature besides UI navigation. I’m wondering why it’s so difficult to deploy such a simple app.
Angular animation package was crashing ionic view.
It looks like it doesn’t run well on a cloud server… it works fine when it’s on ionic lab or apk file but it crashes on Ionic View & Ionic Pro.
I removed everything related to angular animations and now it’s working fine.
Angular animations is clearly much less stable than other javascript-based animation frameworks. I recommend to use other animation frameworks like anime.js.
Anyways thanks for all!
If you guys see this kind of problem, check all packages and see if any of them is crashing… angular animations is highly unstable and it crashes super easily even when I’m working on a laptop.