Google App Engine error: NeedIndexError: no matching index found
问题 I'm having trouble with Google's App engine indexes. When running my app via the GoogleAppEngineLauncher, the app is working fine. When deploying the app, I get the following error: NeedIndexError: no matching index found. The suggested index for this query is: - kind: Bar ancestor: yes properties: - name: rating direction: desc The error is generated after this line of code: bars = bar_query.fetch(10) Before the above line of code, it reads: bar_query = Bar.query(ancestor=guestbook_key