I've been deploying an Angular 4 app engine service for weeks and yesterday 
it suddenly stopped deploying. Even in the log, the error message is not 
helpful. I've used --verbosity--debug and checked the log, how can I find 
out what's wrong? I've also updated the NPM components and gcloud 
components. Thanks


Updating service [default]...\DEBUG: Operation 
[apps/projectname-999999/operations/48dda4a4-9f4b-4144-8085-9c1aff] 
complete. Result: {

    "metadata": {

        "target": 
"apps/projectname-999999/services/default/versions/201705635", 

        "method": "google.appengine.v1.Versions.CreateVersion", 

        "user": "[email protected]", 

        "insertTime": "2017-08-21T20:56:41.587Z", 

        "ephemeralMessage": "Copying 97 application files and 48 static 
files.", 

        "endTime": "2017-08-21T20:56:45.511Z", 

        "@type": 
"type.googleapis.com/google.appengine.v1.OperationMetadataV1"

    }, 

    "done": true, 

    "name": 
"apps/projectname-999999/operations/48dda4a4-9f4b-4144-8085-9c1aff3", 

    "error": {

        "message": "An internal error occurred.", 

        "code": 13

    }

}

Updating service [default]...failed.                                        
                                       

DEBUG: (gcloud.app.deploy) Error Response: [13] An internal error occurred.

Traceback (most recent call last):

  File 
"/Users/username/GitHub/google-cloud-sdk/lib/googlecloudsdk/calliope/cli.py", 
line 787, in Execute

    resources = args.calliope_command.Run(cli=self, args=args)

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/027ce2c8-ec63-4b8c-99cb-13371c57a80b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to