44👍
Same problem with Node, just waited and tryed again the command later and that’s work for me (in the same shell, no steps between).
22👍
I had the same problem but with flask.
I follow this tutorial of google here and When I ran the comand gcloud app deploy
I got the same error.
My solution was to Enable
the Cloud Build API service in my project (in the Navigation Menu -> CI/CD). I did that and everything worked fine and I was able to complete the tutorial.
- [Django]-How do I check for last loop iteration in Django template?
- [Django]-Django – Where are the params stored on a PUT/DELETE request?
- [Django]-How to configure where to redirect after a log out in Django?
6👍
I had the same issue when deploying a Java application to an App Engine.
Enabling the ‘Cloud Build API’ under the APIs & Services section in the Google console resolved the issue for me.
- [Django]-Django and domain driven design
- [Django]-Django storages aws s3 delete file from model record
- [Django]-Get type of Django form widget from within template
0👍
I had the same error with different service ID, I deleted the specified service with that ID than it started working for me.
- [Django]-Django-AttributeError 'User' object has no attribute 'backend' (But….it does?)
- [Django]-Django – [Errno 111] Connection refused
- [Django]-Django storages: Import Error – no module named storages
0👍
Got the same error, I just activated billing account on the current project on gcp and retry deploy. All works for me 🙂
- [Django]-Pycharm error Django is not importable in this environment
- [Django]-Django REST Framework and FileField absolute url
- [Django]-Set language within a django view