Thanks Kenworth - your dispatch.yaml file solved the problem :) On Thursday, November 16, 2017 at 2:50:37 PM UTC-8, Kenworth (Google Cloud Platform) wrote: > > I was able to reproduce your issue. As such, here are my takeaways: > > 1- Make sure you added the CNAME for "www.somedomain.com" > 2- The use of the following element without the asterisk (*) should be > fine: > > url: "somedomain.com/*" > > 3- Alternatively, you can add both routing rules as follows: > > dispatch: > - url: "www.somedomain.com/*" > service: frontend > > - url: "somedomain.com/*" > service: frontend > >
-- 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/89fa1e1b-5f4d-45e4-8f3a-cabe280dad66%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
