|
How_to_fix_the_index_not_found_error_when_deploy_to_production
How to fix the index not found error when deploy to production environment?
index, Phase-Deploy, Featured Index not found errorIf you download cpedialog, and then deploy it to the appengine server directly for the first time, you may meet the index not found error as below.
How to resolve?Replace index.yaml with the fixed index file: http://code.google.com/p/cpedialog/downloads/detail?name=index.yaml&can=2&q=#makechanges
|
► Sign in to add a comment
还是不行
hello friend!
i have a bit difference error:
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 592, in get_result File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2324, in query_result_hook NeedIndexError?: The index for this query is not ready to serve. See the Datastore Indexes page in the Admin Console. The suggested index for this query is: - kind: Weblogwhat the problem is?
I solved this problem by visiting my app with /update added to address. http://*.appspot.com/update