I am seeing a 404 Not Found for a GET request to your domain. This means that your App Engine service that is serving your custom domain does not have a handler configured <https://cloud.google.com/appengine/docs/standard/python/how-requests-are-handled#handling_requests> to serve that exact GET request. It is recommended to follow the documentation <https://cloud.google.com/appengine/docs/standard/python/how-requests-are-handled#handling_requests> to ensure that your code is properly configured to serve that type of request. Also ensure that you do not have a dispatch.yaml <https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed#routing_with_a_dispatch_file>redirecting requests to a different service.
- Note that Google Groups is reserved for general product discussions and is not for technical support. For further support in getting your application to serve at your domain, it is recommended to post your detailed questions <https://stackoverflow.com/help/how-to-ask>to Stack Exchange <https://cloud.google.com/support/docs/stackexchange> using the supported Cloud tags. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/7605d634-d340-4cf9-bc83-e6f2cd342b2d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
