What version of the GAE development server are you using?
On Sep 24, 5:55 am, mdmcginn <michael.d.mcgin...@gmail.com> wrote: > 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/st... > > 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 tohttp://localhost:8080/_ah/stats/I > can't remember if that ever worked.