This is not a web2py issue but a GAE issue. Has something changed there and we need to adapt out app.yaml?
On Sep 24, 4:55 am, mdmcginn <[email protected]> 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.

