I have a custom domain and I want to use google app engine to deploy. I spent lot of time figuring out how to make google app engine to deploy on my custom domain. For example https://cloud.google.com/appengine/docs/python/console/using-custom-domains-and-ssl makes it work to some extend. It redirects to google appspot. My goal is to make it stay at my custom domain. I already added custom zone to my app engine and changed my ipv4, ipv6 and NS for goDaddy custom domain. This still make my custom domain to redirect to ***appspot.com. Any help will be highly appreciated. Thanks
0
votes
2 Answers
1
votes
You need to configure custom domain on your app. In app engine -> settings -> custom domains verify, and configure your custom domain to map to app serving from *.appspot.com. Once configured use DNS info provided to configure DNS entries. I noticed this doesn't work as expected in flex environment. Which is in beta state (NOT RECOMMENDED FOR PRODUCTION USE). I have similar issue with nodejs app, custom domain redirects to appspot preview domain, though configured to spec.