Res.ionic.io not running?

core-js@3.6.4 postinstall /Users/journey/IdeaProjects/kundenapp/apps/si/node_modules/@angular-devkit/build-angular/node_modules/core-js
node -e “try{require(‘./postinstall’)}catch(e){}”

added 1991 packages in 37.482s
[BUILD-APPS] Generate splash screen and app icons …
:heavy_check_mark: Collecting resource configuration and source images - done!
:heavy_check_mark: Filtering out image resources that do not need regeneration - done!
HTTP Error 503: POST https://res.ionic.io/api/v1/upload

Application Error html,body,iframe { margin: 0; padding: 0; } html,body { height: 100%; overflow: hidden; } iframe { width: 100%; height: 100%; border: 0; }
1 Like

Hello!

This is expected. Please update your CLI and use the local resource generator. This has been added since v5.

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

thanks, that fixed it!

I’m having the same error :frowning:

ionic cordova resources android --force
√ Collecting resource configuration and source images - done!
√ Filtering out image resources that do not need regeneration - done!

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

/ Uploading source images to prepare for transformations

Hi! im getting the same error even after reinstalling ionic.
I get it on “ionic cordova platform add android” , :

ionic cordova resources android --force

:heavy_check_mark: Collecting resource configuration and source images - done!

:heavy_check_mark: Filtering out image resources that do not need regeneration - done!

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

Any tip?

So there is no support for ionic 4 anymore? I have to update and use local resources?

This has nothing to do with Ionic 4. The resource service was just moved from being remote, to having to run locally

Hm. I see.

Ok, thanks man :slight_smile: