2017-10-10 2 views
2

Après avoir mis les fichiers Icon.psd et spalsh.psd dans le dossier des ressources et de l'écritureIonic2 - Erreur HTTP 503: POST https://res.ionic.io/api/v1/upload

ionic cordova resources dans le terminal

j'ai obtenu cette réponse

`

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> 

`

Quelqu'un at-il une solution à ce problème?

+1

503 est juste un service indisponible. En tout cas c'est côté serveur. – sheplu

Répondre