Error running ionic cordova resources

Hi

I am running ionic 3 for my application, its giving me issues when creating a new app via ionic start command.

× Uploading source images to prepare for transformations - failed!
HTTP Error 503: POST https://res.ionic.io/api/v1/upload

<!DOCTYPE html>
        <html>
          <head>
                <meta name="viewport" content="width=device-width, initial-scale=1">
                <meta charset="utf-8">
                <title>Application Error</title>
                <style media="screen">
                  html,body,iframe {
                        margin: 0;
                        padding: 0;
                  }
                  html,body {
                        height: 100%;
                        overflow: hidden;
                  }
                  iframe {
                        width: 100%;
                        height: 100%;
                        border: 0;
                  }
                </style>
          </head>
          <body>
                <iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
          </body>
        </html>

I would suggest upgrading your CLI - the online resource generator was sunsetted almost a year ago.

Will that update the ionic base to V4/5 ?

I’m still workirng on some projects on 3

I don’t know what you mean by “the ionic base”, but the framework that is bundled with your apps is local to each app, and therefore independent of the globally installed CLI.

If I do an upgrade of the cli, will it upgrade Ionic from 3 to latest version ?

I dont want to do that cause it will mean I will have to rewrite the apps I am working on, I just want to export this one and publish