GAE appstats no longer works in app.yaml for 1.85.3 and some earlier versions (at least using dev_appserver.py)
This URL gets response code 500: http://localhost:8080/_ah/login?continue=http://localhost:8080/_ah/stats/ It works if I remove "login: admin" (below) from app.yaml - url: /_ah/stats.* script: $PYTHON_LIB/google/appengine/ext/appstats/ui.py login: admin This code causes no trouble, however: - url: /_ah/admin/.* script: $PYTHON_LIB/google/appengine/ext/admin login: admin However, I can't get the custom admin console page to appear no matter what I do. I have to go directly to http://localhost:8080/_ah/stats/ I can't remember if that ever worked.