I'm developing an App Engine app in Eclipse with Java. When deploying, I should be able to access the Datastore Viewer at
http://localhost:8081/_ah/admin/datastore
When going to the admin page, I see the datastore link, but clicking it doesn't show the datastore viewer:
I've checked that my gcloud SDK is the latest version, and so too is my Eclipse plugin.
I'm running OSX High Sierra, but have the same issue with Ubuntu.
Any advice? Thanks