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