Google OAuth Debug Information
Warning: This page displays sensitive configuration information. Only use for debugging.
Configuration:
- Client ID: 6052713153...
- Client Secret: Yes
-
Current Redirect URI:
https://bugcinhos.justos.com.br/login/callback -
Production Redirect URI:
N/A
Environment:
- GOOGLE_OAUTH_CLIENT_ID: Set
- GOOGLE_OAUTH_CLIENT_SECRET: Set
- Running in: Development
- Domain: Unknown
Google Developer Console Instructions:
Important: You need to add both the development and production redirect URIs in the Google Cloud Console.
- Go to Google Cloud Console - Credentials
- Make sure the correct project is selected
- Click on the OAuth 2.0 Client ID you're using
- Under "Authorized redirect URIs", add both of these URIs:
https://bugcinhos.justos.com.br/login/callback(Development)N/A(Production)
- Click "Save"
Note: If you're seeing "Authentication error: Google client ID is missing" in production,
make sure the GOOGLE_OAUTH_CLIENT_ID and GOOGLE_OAUTH_CLIENT_SECRET environment variables are set in your deployed Replit application.