ionic-team / ionic-cloud-angular

Angular 2 Integration for Ionic Cloud
MIT License
29 stars 23 forks source link

Ionic Deploy Error #59

Open mo-mueller opened 7 years ago

mo-mueller commented 7 years ago

I'm getting the following error if I try to download the current snapshot:

ERROR Error: Uncaught (in promise): /data/user/0/{package name}/{snapshot name}/assets/fonts (Not a directory) at c (polyfills.js:3) at c (polyfills.js:3) at polyfills.js:3 at t.invokeTask (polyfills.js:3) at Object.onInvokeTask (main.js:4543) at t.invokeTask (polyfills.js:3) at r.runTask (polyfills.js:3) at o (polyfills.js:3) at

My steps:

ionic cordova run android --device

npm run build

ionic upload --note "v0.0.14" --deploy dev

I followed this tutorial: https://golb.hplar.ch/p/Hot-deploy-updates-to-Ionic-2-apps-with-Ionic-Deploy

But I'm using the dev channel and not the production channel like in the tutorial. Some weeks ago it was working fine. Now I tried it again and now the error occurs.

EDIT

After updating the plugin to version 0.6.7 it is working now.