Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

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

Open
afficionaddo opened this issue Apr 6, 2020 · 1 comment
Open

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

afficionaddo opened this issue Apr 6, 2020 · 1 comment
Labels

Comments

@afficionaddo
Copy link

I'm submitting a ... (check one with "x")
[ x ] bug report
[ ] feature request

Current behavior:
On Platform add, the resources command is run at the end. It is giving 503 error when it tries to upload resources for transformations.

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

Expected behavior:
The resources command should work fine like before. My resource files are same from last 2 years but recently I think from last week or week before that, this command has started giving me error.

Steps to reproduce:
ionic cordova platform rm android
ionic cordova platform add android
When 'ionic cordova android resources --force' runs, it gives an error.

Related code:

Other information:

Ionic info: (run ionic info from a terminal/cmd prompt and paste output below):

![image](https://user-images.githubusercontent.com/20191900/78550918-e8c0ac00-77d2-11ea-8ed9-7c9b3bb74e35.png)

@ionitron-bot ionitron-bot bot added the triage label Apr 6, 2020
@ulver2812
Copy link

ulver2812 commented May 11, 2020

It doesn't work anymore, you need to use this: https://github.com/ionic-team/cordova-res , with the latest ionic cli.

A quick fix is to use these commands, with --no-resources flag:

ionic cordova platform add ios --no-resources
ionic cordova platform add android --no-resources

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants