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?
Right right, typo on my part in the question. But I really was trying the right URL, and it's not working.
bpapa
2010-08-10 17:10:15
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
2010-08-10 17:15:43