Resources error: HTTP Error 503: POST https://res.ionic.io/api/v1/upload

Getting this error when running the command: “ionic cordova resources --icon android”

√ Collecting resource configuration and source images - done!
√ Filtering out image resources that do not need regeneration - done!
× 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>

Looks like an error occured server side? command worked fine a few minutes ago.

Cheers, Michel.

I am getting the same error.

I have the same issue. In fact I used resources and generate icon and splash an hour ago. But now I can’t.

I has happened to me, when my icon has transparency

Same here, did a platform android remove, then add and got the error. Ios had no problems though.

–update after 1m; after a rerun it worked without any problems.

Solution