Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy appengine endpoints to non-default version

According to the trusted tester documentation, there was an issue with endpoints that prevented them to be created when deploying to a "non-default" version. When 1.7.5 was released and endpoints graduated from trusted tester to "Experimental" we were told that this issue was fixed but couldn't be included in 1.7.5 (for timing reasons) and would be included in the next version.

Ok, the next version is already here (1.7.6) but still, if I deploy endpoints to a non-default version, they are not generated. Does anybody know if there is some specific setting that needs to be added to web.xml, appengine-web.xml or somewhere else? Or is this just that this feature was not included in 1.7.6 either.

From my point of view this is essential. I have an Android app based on requestfactory. If I replace my default version, the app will stop working. I need to deploy to a separate version, deploy a new Android app version pointing to this server version, and after some time when most of users have updated their Android app set that as default.

Thanks for any hints on this.

like image 288
Miguel Avatar asked Nov 04 '22 01:11

Miguel


1 Answers

There's no ETA at the moment, but you can follow along on the tracking bug here.

like image 51
Dan Holevoet Avatar answered Nov 14 '22 10:11

Dan Holevoet