In web2py server it works fine, when running on GAE i get the 404 when
trying to access home. Does GAE need some indexes that need to be
generated to access login ? if so that could be a cyclic
dependency :/ .

Could anybody try making an account in a clean cub2py application and
see if they can login to page/home/ in GAE to reproduce the problem ?

INFO     2010-08-22 09:58:03,192 dev_appserver.py:3275] "GET /init/
default/index HTTP/1.1" 303 -
INFO     2010-08-22 09:58:03,267 gaehandler.py:65] **** Request:
59.78ms/60.00ms (real time/cpu time)
INFO     2010-08-22 09:58:03,282 recording.py:327] Saved; key:
__appstats__:083200, part: 117 bytes, full: 36341 bytes, overhead:
0.002 + 0.015; link: http://127.0.0.1:8080/stats/details?time=1282471083207
INFO     2010-08-22 09:58:03,291 dev_appserver.py:3275] "GET /init/
plugin_wiki/page/home HTTP/1.1" 404 -


On Aug 22, 3:57 am, mdipierro <[email protected]> wrote:
> Do you get a traceback in the console?
>
> On Aug 21, 7:03 pm, smoggy <[email protected]> wrote:
>
> > Hi there,
>
> > I'm trying to get cube2py working on GAE(locally) without sucess.
>
> > The browser loads the login page well 
> > :http://127.0.0.1:8080/cube2py/default/user/login
>
> > but when i try to login and the url changes to 
> > :http://127.0.0.1:8080/cube2py/plugin_wiki/page/home
>
> > I get a :
> > 404 NOT FOUND
>
> > What am i doing wrong ?
>
> > I'm using web2py revision 800 from mercurial and the latest cube2py.
>
> > Thanks in advance.

Reply via email to