Why is Google Flagging My Staging Site as Dangerous?

0
14
Asked By TechieCat123 On

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

Answered By WebWizard99 On

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.

CuriousCoder456 -

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?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.