Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy cloud endpoints on custom domain

I'm testing with Google Cloud Endpoints on App Engine and I've mapped my app to a custom domain. It appears that this is not possible. I've tried accessing the endpoint url, changing the host but this gives me a 404. I've also tried to change the root url and backend url for the service, but then I get this error after deployment:

Endpoints: https://test.neenbedankt.com/_ah/api/myapi@v1 Error: API root https://test.neenbedankt.com/_ah/api not allowed on host version.myappid.appspot.com

Can somebody confirm this is a limitation? For my current project this would be a showstopper.

like image 896
botteaap Avatar asked Apr 20 '13 15:04

botteaap


2 Answers

Correct, you can not map to a custom domain at current.

like image 192
bossylobster Avatar answered Oct 22 '22 00:10

bossylobster


edit: Google CloudEndpoints 2.0 will support this, which is now BETA. As explained by Google in the link below.

Google has now announced this "will be supported" but has not given an ETA.

https://code.google.com/p/googleappengine/issues/detail?id=9384#c44

like image 29
thoutbeckers Avatar answered Oct 21 '22 22:10

thoutbeckers