I have a WordPress repository cloned to Codenvy and it runs normally when clicking the Codenvy’s “Run Application” button. However, when trying to deploy the site to Google App Engine, it gives the following error:
Unable to update app: Error posting to URL:
https://appengine.google.com/api/appversion/getresourcelimits?app_id=WordPress&version=1& 400
Bad Request Client Error (400) The request is invalid for an unspecified reason.
The app.yaml file:
application: WordPress
version: 1
runtime: php
api_version: 1
handlers:
- url: dgdxdfgxdfgxdfgdrg.appspot.com
script: index.php
I would prefer to develop with Codenvy, but if that is impossible, what other cloud IDEs are an option?