On Thu, Dec 18, 2014 at 9:17 AM, Rom Levtov <[email protected]> wrote:
> So I was making an app in the local server using the 'Google App Engine > Launcher' and it was working completely fine. But when I deployed it and > looked at in the actual app. It brought back an error and I have no idea > what is says and is really confusing since it works in the local server. > +1 to Tim's answer. I would add only one thing: when you say your app was working completely fine in the dev server, did you test every single possible search the app does? If you did, then the dev server should have inserted the missing index definition automatically <https://cloud.google.com/appengine/docs/python/config/indexconfig#Python_Automatic_and_manual_indexes> . Add the index definition that Tim quoted, and after you've deployed the application, check to see that the new index was added. You can do that by logging into the classic admin console at appspot.com, then clicking on your application ID, then the link "Datastores Indexes" on the left side nav bar. ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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 http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
