I have not been able to reproduce this behavior. I tested the following dispatch file: dispatch.yaml dispatch: - url: "myapp.appspot.com/*" module: b
The default module responds *'Hello from default module'* while module *b* responds with *'Hello from module b'*. Going to any URL starting with *myapp.appspot.com/* always brought me to module b for any length of time. - Are there any other dispatch rules that might supersede the above? - Have there been any other deployments that might contradict the yours? - Can you provide a lightweight reproduction including both modules? On Monday, July 4, 2016 at 1:54:13 PM UTC-4, Mayank Bhagya wrote: > > We have a jenkins push-to-deploy setup that uses gcloud to deploy an > appengine application. > > After the deployment, suddenly all requests going to a module B start > going to a module A (default module)!? > > How is that possible? > Why is the dispatcher screwed up after a 'gcloud preview app deploy'. > This has hurt many of our users today. > -- 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/c1ff0316-22d9-4b6c-951d-63ba4ae305f1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
