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/4552a93a-c792-4a11-9764-b7c37746703d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.