views:

32

answers:

2

I learned about how to browse my local App Engine Datastore from this handy question. But now I'm using App Engine on a new machine, and the URL http://localhost:8888/_ah/admin is not working? It returns a 404 NOT_FOUND. My App Engine instance is definitely running on port 8888. I also just updated to the latest version. Any idea on why it's not working on what I can do to troubleshoot?

A: 

Your url is incorrect. It should be http://localhost:8888/_ah/admin

Gopi
Right right, typo on my part in the question. But I really was trying the right URL, and it's not working.
bpapa
A: 

The problem was that I wasn't using the right App Engine SDK. View the project properties, and under Google/App Engine change the SDK to the current version.

bpapa