Bad request when updating Appengine with mvn appengine:update

后端 未结 5 2140
-上瘾入骨i
-上瘾入骨i 2021-02-06 09:11

i\'m getting the following error, when I try to update a appengine-application with the appengine-maven-plugin:

400 Bad Request
Error when loading application co         


        
5条回答
  •  情书的邮戳
    2021-02-06 09:36

    The way I solved this issue was trivial in my console I executed mvn clean install and then the appcfg.cmd -A [your app] update target\appengine-try-java-1.0 command.

提交回复
热议问题