I'm attempting to set up a standard App Engine instance using my subdomain. I've confirmed that the subdomain is correctly configured with my domain service provider.
When I try to verify the subdomain in Google App Engine's settings, it fails. However, I can successfully verify the main domain. Now, I'm unable to add the subdomain to App Engine. It indicates that the subdomain is verified, but only the main domain appears in the dropdown. Both the main domain and subdomain properties are visible in Google Search Console.
assume main domain as : mymaindomain.com and sub domain as app.mymaindomain.com.
How can I resolve this issue?
Solved! Go to Solution.
Hi @flyingjet,
Welcome to the Google Cloud community!
If I understood correctly, Google Cloud console simply couldn't find your subdomain (as it appeared missing in the drop-down selection) while it never indicated that it wasn't verified with a prompt like "Your domain hasn't been verified yet. Finish all the steps in Search Console and then return to this page.". I've also taken note that in the search console, the search result for the subdomain (as well as the root domain) proves its presence with a good status.
Though I'm not quite sure about the underlying status of your subdomain from the Google Cloud App Engine's point of view, here are the initial workarounds that you could try:
If the issue persists, it would be best to contact the Google Cloud support so that the team will be able to dig deeper into your subdomain's internal verification status and provide you with the best steps forward.
Hope this helps!
Hi @flyingjet,
Welcome to the Google Cloud community!
If I understood correctly, Google Cloud console simply couldn't find your subdomain (as it appeared missing in the drop-down selection) while it never indicated that it wasn't verified with a prompt like "Your domain hasn't been verified yet. Finish all the steps in Search Console and then return to this page.". I've also taken note that in the search console, the search result for the subdomain (as well as the root domain) proves its presence with a good status.
Though I'm not quite sure about the underlying status of your subdomain from the Google Cloud App Engine's point of view, here are the initial workarounds that you could try:
If the issue persists, it would be best to contact the Google Cloud support so that the team will be able to dig deeper into your subdomain's internal verification status and provide you with the best steps forward.
Hope this helps!
@KyleMari Thanks for explaining the problem in detail. It looks like timing issue. After a few hours it did refresh with the verified status.