Authentication Status
HomeEnvironment Configuration
Setting | Status |
---|---|
Google OAuth Client ID | Configured |
Google OAuth Client Secret | Configured |
Session Secret | Configured |
OpenAI API Key | Missing |
Authentication Status
Setting | Value |
---|---|
User Authenticated | No |
Authenticated User | Not logged in |
Callback Configuration
Make sure to add the following URL exactly to your Google OAuth authorized redirect URIs:
Error 400: redirect_uri_mismatch solution:
- Copy the exact URL above
- Go to your Google Cloud Console
- Select your OAuth 2.0 Client ID
- Add/update the callback URL in "Authorized redirect URIs"
- Save your changes
Troubleshooting
- Make sure your Google Cloud project has the Gmail API enabled
- Verify that your OAuth consent screen is properly configured
- Check that the authorized redirect URI exactly matches the one shown above
- Ensure you've set up the proper credentials in your project environment
- If using OAuth in testing mode, make sure your email is added as a test user