Reputation: 159
I am currently working on google app engine and using datastore to store my data. I am facing an issue in which the entities I am creating through my code is not appearing in the entity section of the console. However, While querying the data return the data but this data is not showing up in the console. Does anyone has any clue to this regard,
Thanks,
Upvotes: 2
Views: 1071
Reputation: 326
I ran into this same issue and was able to fix it by opening the developer tools in the Chrome browser and then "Empty Cache and Hard Reload" the page.
In my case it was a browser caching issue.
Upvotes: 2