March 6, 2018

Error: encountered bad status code (503) for https://res.ionic.io/api/v1/transform



If you get this error after building resources for android or iOS then there is an issue contacting the ionic transform API service. HTTP 503 means that there are temporary brief interruption .  NO PANIC. Try again later... ;)

$ ionic cordova resources
Collecting resource configuration and source images - done!
Filtering out image resources that do not need regeneration - done!
Uploading source images to prepare for transformations - done!
Generating platform resources: 7 / 18 complete - failed!
Error: encountered bad status code (503) for https://res.ionic.io/api/v1/transform
body: <!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>
    at Response.res.on ...................






No comments:

Post a Comment