IONIC 3 problem with ionic upload

I have a problem with ionic upload, where ionic upload does not work and does not give a specific error.

>ionic upload --deploy production
? Retrieving deploy channel - done!
? Requesting snapshot upload - done!
/ Uploading snapshot

What is the problem?

This is my info ionic

global packages:

    @ionic/cli-utils : 1.0.0-rc.0
    Cordova CLI      : 6.5.0
    Ionic CLI        : 3.0.0-rc.0

local packages:

    @ionic/app-scripts              : 1.3.4
    @ionic/cli-plugin-cordova       : 1.0.0-rc.0
    @ionic/cli-plugin-ionic-angular : 1.0.0-rc.0
    Ionic Framework                 : ionic-angular 3.1.1

System:

    Node       : v6.8.0
    OS         : Windows 7
    Xcode      : not installed
    ios-deploy : not installed
    ios-sim    : not installed

Thanks

Well, you are using RC0 of Ionic CLI v3. RCs come directly after betas and tend to break and can also still have bugs.

Does it just “hang” on “Uploading snapshot”? Or what happens? Did you ionic login before uploading?

Did you try with the last stable version 2.2.3?

It does not “hang” on “Uploading snapshot”, but like stop and finish just like that. I’ve done ionic login andionic link before.

How to install version of cli ionic 2.2.3?

I have installed version of cli ionic 2.2.3 and it works perfectly. Thank you for your help :smiley:

1 Like