I'm trying to setup GAE with a custom sub domain and a specific version url.

For example I have an app running with the following setup
*VERSION_ID: 1234*
*SERVICE_ID: my-app*
*PROJECT_ID: my-project*

The provided url *https://1234-dot-my-app-dot-my-project.ew.r.appspot.com* 
works 
fine. But I can't get to work with my custom domain + sub domain. Googles 
documentation states the following urls are the same:

*https://VERSION_ID-dot-default-dot-PROJECT_ID.REGION_ID.r.appspot.com*
*https://VERSION_ID.CUSTOM_DOMAIN*

But when visiting *1234.api.mycustomdomain.com* it does not work. However 
*api.mycustomdomain.com* works, pointing to the latest running version of 
*my-app*

What am I missing?
Thanks.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b476f6b4-1bc1-4edc-9fc8-dce7cd5c19afn%40googlegroups.com.

Reply via email to