Google App Engine error: NeedIndexError: no matching index found

前端 未结 6 1623
说谎
说谎 2020-12-15 18:33

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 follow

6条回答
  •  离开以前
    2020-12-15 19:35

    Probably a little late now, but running "gcloud app deploy index.yaml" helped since running deploy by itself ignored the index.yaml file.

    As others have said, the dashboard at https://appengine.google.com/datastore/indexes will be showing "pending" for a while.

提交回复
热议问题