Did you ever try register and login locally with dev-appserver before uploading on GAE? Perhaps some index is missing and by running locally, it would re-create the missing index. Anyway, the behavior is strange and I do not fully understand it. Could you email me the app?
On Jan 14, 12:42 pm, Carl <[email protected]> wrote: > Trying to login after several "counter" calls resets the count. > > 2010/1/14 Carl <[email protected]> > > > I added a function for counter... it works on GAE (and it works locally > > too) > > > 2010/1/14 mdipierro <[email protected]> > > >> Do your sessions work? > > >> can you try a simple counter? > > >> def counter(): return dict(c=session.c=(session.c or 0)+1) > > >> On Jan 14, 11:50 am, Carl <[email protected]> wrote: > >> > Registering a new user... I can see a new row in GAE's data viewer but > >> > once created I don't get automatically logged in (which does happen > >> > locally). When I then try a login with these new user credentials I > >> > get the same silent fail. > > >> > On Jan 14, 5:32 pm, mdipierro <[email protected]> wrote: > > >> > > Can you please run a test to better identify the problem. Can you > >> > > register a new user and try login as the new user? Same problem? > > >> > > On Jan 14, 11:01 am, Carl <[email protected]> wrote: > > >> > > > def user(): > >> > > > return dict(form=auth()) > > >> > > > Locally using SQLite or dev_appserver I can login to my application. > >> > > > When I upload to GAE logging in silently fail, I am redirected from > >> > > > init/default/user/login to init/default/index and no jquery flash > >> > > > message appears. No log entries are added to GAE. > > >> > > > In Web2py 1.67.2 login worked. Now in Web2py 1.74.5 it does not. > >> Sorry > >> > > > for the large gap between version... releases were thick and fast at > >> > > > the end of '09! :) > > >> > > > Has anyone has this experience? Any pointers? > > >> > > > Functions that don't require a login session execute and return fine > >> > > > on GAE. > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "web2py-users" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<web2py%[email protected]> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/web2py?hl=en.
-- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

