Are you seeing the 500 error when you make a request to the app, or during the appcfg update? If you'd like, I can look into more specifics if you email me your app id.
There is a limit to the number of index entries for a single entity, so the problem could be an "exploding index" as described here: http://code.google.com/appengine/docs/python/datastore/queriesandindexes.html#Big_Entities_and_Exploding_Indexes Thank you, Jeff On Apr 6, 10:17 pm, ten_foot_ninja <[email protected]> wrote: > I've tried vacuuming the index list and updating it, but i keep > getting Server Error(500) with no more detail. > > My index.yaml file seems to work fine from the dev server, any ideas? > > Also, are there any limits to the number of indexes I can have? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
