Hey everyone! We've rolled out a staging version of our application using LinkedIn's OAuth feature, with a callback URL set to `https://backend.staging.domain.com/api/auth/callback/linkedin?code=abcdef12345`. But when I try to access it on Chrome, I get a security alert indicating that the site is dangerous. Our backend is hosted on Railway. Can anyone help me understand why this is happening and what steps I can take to resolve it?
1 Answer
It sounds like there are several possibilities here. First off, double-check your SSL certificate to make sure it's valid, as a common issue is having an invalid certificate. Another thing to consider is that the callback might be redirecting to a different domain or there could be something about your domain that flags it as suspicious.

The SSL is valid, but I do have the redirect going to staging.domain.com. Could that be the reason? Also, how do I find out if my domain is on any bad lists?