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 …
Collecting resource configuration and source images - done!
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
The latest version of the Ionic CLI has dropped, containing some great updates. To see the full list of changes, review the changelog. Read on for update instructions and the highlights.
NOTE: The Ionic CLI has a different versioning scheme than...
1 Like
I’m having the same error
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
glub
March 27, 2020, 9:47am
7
Hi! im getting the same error even after reinstalling ionic.
I get it on “ionic cordova platform add android” , :
ionic cordova resources android --force
Collecting resource configuration and source images - done!
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