1
votes

Im having trouble with Google App Engine and using my own domain. I have a domain that i'm also using in Google Apps for Work. I have connected my GAE project in Google Apps so they are linked. I have added my custom domain in GAE, verified ownership and it seems to be correct.

Here is a picture of the GAE settings. enter image description here

And on Google Apps for work. enter image description here

The other setting I know I have to do is on my domain registrar. I have added the records from GAE, from the picture I uploaded. Im using one.com as a domain registrar and my DNS settings look like this:

enter image description here enter image description here

Am I doing something wrong that you can see directly like "Hey what's this guy doing lol" or does it seem correct at first sight?

Thankful for any help in the right direction.

#

EDIT: After following the tip from comment, I have verified and mapped the domain "lkpgpremiumcars.com". And added "beta" as subdomain. My "Custom domains" looks the same (like below): enter image description here

I also removed A and AAAA-records and added a CNAME.

Waiting for DNS update to see if it works.

EDIT 2:

Still dont work. BTW is it normal behavior that if I select the same subdomain again it says this: enter image description here

Or is is just because it already points to this app?

1

1 Answers

1
votes

You'll need to add this as a sub-domain.

  • First remove the custom domain (beta.lkpgpremiumcars.com) from the developers console.
  • Remove the A and AAAA records that you've added to the DNS.
  • Follow the instructions here and on step 1, only add the domain 'lkpgpremiumcars.com' and verify. This doesn't mean you're pointing the naked domain to your application.
  • Once it's verified, refresh the page and now you should have the domain available on step 2.
  • Select the second option on step 2, put 'beta' on the text box and select the previously added domain from the drop down beside. Click Add.
  • Go back to your DNS settings and add a CNAME record for 'beta' pointing to 'ghs.googlehosted.com.
  • Allow some time for propagation and it should work!