Google App Engine - Vacuum Indexing Error

I had an index with a status error

, so following the docs, I tried to clean up my indexes in order to delete them. When running appcfg.py for vacuum, I got this error message:

Error 400: --- start server output --- Failed to delete composite index: ApplicationError: 1 --- end server output ---

Now all my indexes are in error state. How can I fix this?

+2


a source to share


1 answer


It must have been a temporary problem, I repeated the same command yesterday and it worked.



+1


a source







All Articles