Skip to content

Frequently Asked Questions

This section compiles the most common problems and solutions encountered when using the Antigravity Auth plugin. Whether it's OAuth authentication failures, model request errors, or plugin compatibility issues, you'll find corresponding troubleshooting guides here.

Prerequisites

Before You Begin

Learning Path

Choose the corresponding troubleshooting guide based on the type of problem you encounter:

1. OAuth Authentication Failure Troubleshooting

Solve common issues related to OAuth authentication, token refresh, and accounts.

  • Browser authorization succeeds but terminal shows "Authorization failed"
  • Sudden error "Permission Denied" or "invalid_grant"
  • Safari browser OAuth callback failure
  • Unable to complete authentication in WSL2/Docker environments

2. Account Migration

Migrate accounts between different machines and handle version upgrades.

  • Migrate accounts from an old computer to a new one
  • Understand storage format version changes (v1/v2/v3)
  • Resolve invalid_grant errors after migration

3. Model Not Found Troubleshooting

Solve model-related issues such as model not found, 400 errors, etc.

  • Model not found error troubleshooting
  • Invalid JSON payload received. Unknown name "parameters" 400 error
  • MCP server call errors

4. Plugin Compatibility

Solve compatibility issues with plugins like oh-my-opencode, DCP, etc.

  • Correctly configure plugin loading order
  • Disable conflicting authentication methods in oh-my-opencode
  • Enable PID offset for parallel agent scenarios

5. ToS Warning

Understand usage risks to avoid account suspension.

  • Learn about Google Terms of Service restrictions
  • Identify high-risk scenarios (new accounts, intensive requests)
  • Master best practices to avoid account suspension

Quick Problem Location

Error SymptomRecommended Reading
Authentication failure, authorization timeoutOAuth Authentication Failure Troubleshooting
invalid_grant, Permission DeniedOAuth Authentication Failure Troubleshooting
Model not found, 400 errorsModel Not Found Troubleshooting
Conflicts with other pluginsPlugin Compatibility
Switching to new computer, version upgradeAccount Migration
Concerned about account securityToS Warning

Next Steps

After resolving issues, you can:

  • 📖 Read Advanced Features to deeply master features like multi-account, session recovery, etc.
  • 📚 Check Appendix to understand architecture design and complete configuration reference
  • 🔄 Follow Changelog to get the latest features and changes