Most probably your handler is not for http://localhost:8084/choose_name.html, but for http://localhost:8084/choose_name instead
On Jun 10, 10:03 pm, thebrianschott <[email protected]> wrote: > Nick, > > I am not getting much progress with the absolute url. > When I use > users.create_login_url('http://localhost:8084/choose_name.html') > I still get the error message 404. > > My Log entry looks like the following. > > INFO 2009-06-10 17:53:29,764 main.py] skillName_id splash > INFO 2009-06-10 17:53:30,074 dev_appserver.py] "GET /? > skillName=splash HTTP/1.1" 200 - > INFO 2009-06-10 17:53:48,870 dev_appserver.py] "GET /_ah/login? > continue=http%3A//localhost%3A8084/choose_name.html HTTP/1.1" 200 - > INFO 2009-06-10 17:53:57,142 dev_appserver.py] "GET /_ah/login? > email=test%40example.com&action=Login&continue=http%3A%2F%2Flocalhost > %3A8084%2Fchoose_name.html HTTP/1.1" 302 - > INFO 2009-06-10 17:53:57,650 dev_appserver.py] "GET / > choose_name.html HTTP/1.1" 404 - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
