I found the problem. I had:

  secure: always

in app.yaml. Removed it and the wildcard subdomains are working correctly.

On Wednesday, August 29, 2018 at 7:39:42 AM UTC+8, Mani Doraisamy wrote:
>
> I have configured subdomain (*.of.blogloom.com) in standard environment
>
> Custom domain nameSSL securityCertificate IDRecord typeDataAlias
> *.of.blogloom.com 
> none
> - CNAME ghs.googlehosted.com *.of
>
> It was working in flexible environment. But, after migrating to standard 
> environment, it has stopped working. I see the http request in the log. But 
> the routing doesn't seem to match the request and I dont see any log inside 
> the routes. 
>
> I also tried adding dispatch.yaml:
>
> dispatch:
>   - url: "*.of.blogloom.com/*"
>     service: default
>
> But, still doesnt work. What I am doing wrong?
>
> thanks,
> mani
>
>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/e936e75f-b997-4c45-884b-7ba9711ae44c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to