Hello,
When I followed the guide for "Running Django on the App Engine standard
environment" : https://cloud.google.com/python/django/appengine and
deployed the app when I went onto the browser I received a 502 Bad Gateway
Nginx error. I think I did not connect to MySQL correctly. I think I fixed
this issue and I want to re-deploy my app using gcloud app deploy .
After following the guideline again (basically redoing it) I get this error
:
File upload done.
ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: This deployment has too many
files. New versions are limited to 10000 files for this app.
- '@type': type.googleapis.com/google.rpc.BadRequest
fieldViolations:
- description: This deployment has too many files. New versions are
limited to 10000
files for this app.
field: version.deployment.files[...]
I want to know how to re-deploy the app with the correct code. how am I
suppose to go about this?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/23e70843-4309-4764-8339-5b2551c907cb%40googlegroups.com.