http redirect uri in google auth
pan-pixel
HOBBYOP

2 years ago

I have deployed an application made using Django. I am using Django all-auth for Google authentication. My DNS is secured by Cloudflare. I followed all the steps mentioned in the railway doc for DNS as my previous dns provider was Godaddy and it does not support @ in cname.

The issue is that my callback redirect uri for Google auth is an HTTP request which Google does not accept.

What should I do?

My website is SSL-secured but in auth redirect uri, it is showing http://saletoresale.com/socialaccounts/google/login/callback/

Closed

3 Replies

2 years ago

You need to use https:// in your callback URL.


pan-pixel
HOBBYOP

2 years ago

I have already added that. I am getting this error.

Attachments


2 years ago

I see http:// in that screenshot, as previously mentioned, you need to use https://

Closing out as we can not offer further support here as this is an application / configuration issue on your side.


Status changed to Closed brody over 1 year ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...