Eden
Eden

Reputation: 37

Why are my Google App Engine Datastore entities reappearing after being deleted?

In the Developers Console, in Cloud Datastore > Query, I am trying to delete all entities by clicking the button to select all and then clicking delete. All the entities disappear, but when the page is reloaded they are still there!

Has anyone experienced this at all, and has suggestions?

Upvotes: 1

Views: 59

Answers (1)

Andrea Sindico
Andrea Sindico

Reputation: 7440

If you deleted data from your datastore viewer in the app engine console you have to flush the Memcache or wait for a while (minutes)

enter image description here

Upvotes: 1

Related Questions