Uploading source images to prepare for transformations error

I run this code ; ionic cordova resources

but give me error; how can I fix this error ?

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

I think there may be a global problem with the service at the moment.
I have the same issue - try again in a bit.

2 Likes

okay man , thanks for answer

any solution for this?

Looks like it’s some server problem, we have to wait.

Yep a server issue :frowning: I’ve reported it to support as a bug and I’m waiting to hear back from anyone.

No - you could always craft your own if you are in dire-straits.

I already have all of mine generated from another project. When I try to add them to the resources and add the platform ios it still tries to make calls and errors.

Alternately you can try this, just replace in the config.xml http://phonegap.appiq.software/

When I try use my own icons and splashes I get this error

Error: getaddrinfo ENOTFOUND res.ionic.io res.ionic.io:443
at errnoException (dns.js:28:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)

Service is running again !! :slight_smile:

2 Likes