Error in uploading Ionic app

Asked

Viewed 197 times

2

when I pass the command on my Ionic upload terminal shows the error below and does not move up the file in Ionic view

ionic upload
Uploading app...

An error occurred uploading the build: An error occurred uploading your application - App ID 348ffe7e does not ex
ist

An error occurred uploading your application - App ID 348ffe7e does not exist (CLI v2.2.1)

Your system information:

 ordova CLI: 6.5.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 10
Node Version: v6.9.2
Xcode version: Not installed

How do I fix it?

  • 1

    strange that the first time it went up normally, already in the second it did not work and nothing was changed in any config file

  • I edited the question and removed the Ionic tag, which today has nothing to do with ionic2. Anything if the other way around, add again by removing the other tag. abs

1 answer

2


If you have not sent your application for simulation once, below follows the steps that should solve your problem:

  1. Open the file ionic.project.json that is at the root of your project
  2. Alter your app_id to empty (delete the existing)
  3. Try uploading again with ionic upload

If you already have the App ID registered in your profile, soon it has been simulated once or more times, run the commands below:

# ionic io init
# ionic upload

See in the documentation more configuration details.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.