Versioning with endpoint V2 on GAE

后端 未结 2 1193
臣服心动
臣服心动 2021-02-06 19:11

I have the live version of my app deployed with its endpoints (no problem with that). I also want to easily be able to test other versions (e.g. staging).

With e

2条回答
  •  不要未来只要你来
    2021-02-06 19:41

    The short answer for me was: do not reuse version names that were previously used with endpointV1.

    E.g. I had a testing-dot-MYPROJECT.appspot.com.

    I now use a different version: test-dot-MYPROJECT.appspot.com.

    For the long answer, have a look at cputoaster's answer.

提交回复
热议问题