Redirect to 127.0.0.1/... during user registration and OAuth Login

Hi there,

  • I have set the base URL on the settings page (a regular, public IP address in this case)
  • There's a django site in the admin containing the correct IP address
  • Login Providers: only local passwords

On registration, users are being redirected to 127.0.0.1 one time. Account creation works nonetheless. The same applies for the OAuth callback URL.

Where do I have to set the host / home address? What am I missing? :-(

Schwarzbrot's avatar
1
Schwarzbrot
asked 2013-11-12 06:31:36 -0500, updated 2013-11-12 06:34:07 -0500
edit flag offensive 0 remove flag close merge delete

Comments

This sounds very unusual, maybe you've manually entered something in your /etc/hosts file or equivalent on your system, or perhaps there is some redirect in your webserver configuration?

Evgeny's avatar Evgeny (2013-11-23 14:39:35 -0500) edit
add a comment see more comments