Reputation: 9484
I am trying to remove unnecessary indexes from my app engine project datastore.
I am running the command
gcloud datastore cleanup-indexes index.yaml
I am getting the below response
ERROR: (gcloud.datastore.cleanup-indexes) Server responded with code [500]:
Internal Server Error.
<h3>Server Error</h3><p>A server error has occurred.</p>
How to fix this ?
Upvotes: 0
Views: 70
Reputation: 2260
This error message seems to be generated by a known internal issue which is currently being investigated.
You can take a look on the issue tracker ticket that has been created to report this unexpected behavior. Additionally, I recommend you to use the Star this issue feature by clicking on the star button located at the header section of the ticket in order to receive comments and status updates about the issue.
Upvotes: 1