Deploy cloud endpoints on custom domain
Asked Answered
L

2

11

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.

Larisalarissa answered 20/4, 2013 at 15:48 Comment(0)
U
12

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

Unchancy answered 20/4, 2013 at 20:23 Comment(3)
Too bad, especially if you want to publish an API I think this would be a common case.Larisalarissa
It's a non-trivial networking problem and something we certainly plan on supporting in the future. Keep in mind, Cloud Endpoints is a combination or App Engine and Google's API Infrastructure.Unchancy
I totally understand and I'm glad it's on your radar, I'll just have to wait :)Larisalarissa
L
3

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

Lump answered 23/2, 2016 at 6:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.