Getting issue in ionic resources

Hi while doing ionic cordova resources i am getting issue
HTTP Error 503: POST https://res.ionic.io/api/v1/upload

    <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>

my icon size is 10241024
splash screen size is 2037
2037.
I created one new project in that project also i am getting this isuue.
can any one help me thank u.

ionic resources service was shut down long ago, now the CLI uses local generation, but you have to update ionic CLI

npm uninstall -g ionic
npm install -g @ionic/cli

1 Like

I don’t want to update my cli. Any other way?

no, there is no other way

the new CLI is still compatible with old projects, there is no reason to not update

2 Likes