Can't log in to my Account through Google

I’ve only seen Google’s redirect issue caused by cache issues or a browser plug-in issue.
For me logging out of everything, and then logging back into the one account I want access to solves the issue.

Try logging and and then into a different google service also to see if that makes a different.

It’s a pretty common Google auth issue-
https://www.google.com/search?q=google+login+keeps+looping

cGPT added;

Google login looping is an issue that some users may experience when trying to sign in to a Google account, where the sign-in process appears to be stuck in a loop, continually redirecting the user back to the login page even after they’ve entered the correct credentials. This can be caused by various factors, such as browser issues, cache problems, or security settings.

Since I cannot provide direct links, I can suggest some steps to resolve the problem:

  1. Clear browser cache and cookies: This can often resolve the issue as it forces the browser to load a fresh copy of the site, including the login process.

  2. Try a different browser or an incognito/private browsing window: This will help determine if the issue is specific to your browser or if it’s a wider problem.

  3. Disable browser extensions: Some extensions, especially ad-blockers or privacy-related tools, can interfere with the Google login process. Temporarily disabling these extensions can help identify the cause of the problem.

  4. Check your security settings: If you have two-factor authentication enabled, ensure it’s working correctly. You can also check your Google account’s security settings to make sure nothing is blocking the login process.

  5. Reset your password: In some cases, resetting your Google account password may resolve the login loop issue.

If you’re a developer and the looping issue is related to your own code implementation of Google Sign-In, you can check the official documentation for proper implementation guidelines and common issues:

Ensure that you’re using the latest version of the Google Sign-In SDK and that your implementation follows the provided examples and best practices.