Hello Ben, This is usually indicative of a situation characterized by a missing default network. Your default network could have been deleted at a certain moment in time. Recreating the default network should address the issue, or specifying your actual network in app.yaml:
*network:* * instance_tag: TAG_NAME* * name: NETWORK_NAME* * subnetwork_name: SUBNETWORK_NAME* You may refer to the "app.yaml Configuration File" documentation page <https://cloud.google.com/appengine/docs/flexible/python/reference/app-yaml#network_settings> for related detail. -- 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/fc7d9ec6-59b3-46ea-853b-e2843d8d5cad%40googlegroups.com.
