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? :-(

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Schwarzbrot's avatar
1
Schwarzbrot
asked 11 years ago, updated 11 years ago

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 (11 years ago)
see more comments