I have Google App Engine enabled in a Google Cloud project my-project, the App Engine's URL is my-project.appspot.com by default, which is fine. However, I found sometimes it becomes my-project.df.r.appspot.com (in my App Engine console), which makes my app engine project using a completely different host name internally.
Does anybody know what's going on here? Thanks.
>December 9, 2019
>App Engine is changing the URLs that you use to send requests to your apps. You can now include a region ID to help Google route your requests more efficiently and reliably. For example, an app can receive requests at https://PROJECT_ID.REGION_ID.r.appspot.com. This new URL is optional for existing apps, and will soon be required for all new apps.
But now the entry seems to be vanished.
Why?