java - Invalid dispatch configuration for modules in Google App Engine -
i testing new feature called modules, google introduced in google app engine.
i have dispatch.xml file several entries , when try upload, gives me error:
beginning interaction module default...
0% uploading dispatch entries.
unable update dispatch entries app: error posting url: https://appengine.google.com/api/dispatch/update?module=default&app_id=xxxxxxxx&version=beta&
400 bad request
validation error: invalid dispatch configuration - many rules '12' exceeds maximum of '10'.
i don't find anywhere informations regarding limits dispatch configuration file. missing something? took dispatch.xml file google documentation, there should not mistakes
it written in docuemtation limit regarding number of rules.
here can see:
the dispatch file can contain 10 routing rules. when specifying url string, neither hostname nor path can longer 100 characters.
Comments
Post a Comment