Overview
This page covers the most common issues users encounter when using Antigravity Manager and provides step-by-step solutions.Application Issues
Application won't start or crashes on launch
Application won't start or crashes on launch
Symptoms:
- Application exits immediately after launch
- Black screen or frozen window
- Error message on startup
-
Check log files for error messages:
-
Clear application cache:
- Close the application completely
- Delete the cache directory:
-
Reset configuration:
- Reinstall the application using the latest version from GitHub Releases
Unable to connect to API / Proxy not working
Unable to connect to API / Proxy not working
Symptoms:
- Client applications cannot connect to
http://127.0.0.1:8045 - “Connection refused” errors
- API requests timeout
-
Verify proxy service is running:
- Open Antigravity Manager
- Navigate to “API Proxy” page
- Check if the service toggle is enabled (green)
-
Check port conflicts:
-
Verify firewall settings:
- macOS: System Preferences → Security & Privacy → Firewall
- Windows: Windows Defender Firewall → Allow an app
- Ensure Antigravity Tools is allowed
-
Test the connection:
-
Check API key configuration:
- Ensure your client is using the correct API key (default:
sk-antigravity) - Verify the API key matches the one in Settings → API Proxy
- Ensure your client is using the correct API key (default:
Accounts keep getting disabled
Accounts keep getting disabled
Symptoms:
- Accounts automatically marked as “Disabled”
- Frequent
invalid_granterrors in logs - Account shows as forbidden (403)
-
Re-authorize the account:
- Go to Accounts page
- Click on the disabled account
- Click “Delete” to remove the account
- Add the account again using OAuth
-
Check for token expiry:
- The refresh token may have been revoked
- Ensure you’re not using the same Google account in multiple instances
-
Verify account permissions:
- Ensure the account has access to required Google services
- Check if the account requires verification (see Account Errors)
-
Review proxy settings:
- If using a proxy pool, verify proxy credentials are correct
- Check if proxies are working correctly
Model quota showing as 0% but account works
Model quota showing as 0% but account works
Symptoms:
- Dashboard shows 0% quota for models
- Account can still make requests successfully
- Manual refresh doesn’t update quota
-
Force refresh quota:
- Go to Accounts page
- Click “Refresh All” button
- Wait for the refresh to complete
-
Check account type:
- Free accounts have limited quota that resets frequently
- Pro/Ultra accounts have different quota limits
- Verify your account tier matches expectations
-
Sync account from database:
- Click the sync icon on the account card
- This forces a fresh quota fetch from Google
-
Clear quota cache:
Slow performance or high memory usage
Slow performance or high memory usage
Symptoms:
- Application feels sluggish
- High CPU or memory usage
- Long delays when switching pages
-
Clean up old logs:
- Logs are automatically cleaned after 7 days
- Maximum log size is capped at 1GB (512MB after cleanup)
- Manually clear logs: Settings → About → Clear Logs
-
Reduce refresh intervals:
- Settings → Background Tasks
- Increase refresh interval (default: 5 minutes)
- Disable auto-refresh if not needed
-
Limit active accounts:
- Disable accounts you’re not actively using
- The token manager caches quota in memory for performance
-
Disable smart warmup:
- Settings → Smart Warmup
- Toggle off if you don’t need preemptive quota checking
Docker container won't start
Docker container won't start
Symptoms:
- Container exits immediately
- “API_KEY not set” error
- Cannot access web interface
-
Check environment variables:
-
Ensure API_KEY is set:
-
Check volume permissions:
-
Verify port availability:
-
Access the web interface:
- Navigate to
http://localhost:8045 - Login with your API_KEY or WEB_PASSWORD
- Navigate to
Update Issues
Auto-update fails or gets stuck
Auto-update fails or gets stuck
Solutions:
-
Check internet connection and proxy settings:
- Settings → Global Upstream Proxy
- Ensure proxy allows access to GitHub
-
Manual update:
- Download the latest version from GitHub Releases
- Install manually
-
For Homebrew users:
-
Check update logs:
- Look for error messages in
~/.antigravity_tools/logs/app.log - Search for “update” or “download” keywords
- Look for error messages in
Integration Issues
Claude Code CLI connection issues
Claude Code CLI connection issues
Symptoms:
claudecommand cannot connect- Authentication errors
- Model not found errors
-
Verify environment variables:
-
Check if proxy is running:
- Ensure Antigravity Manager is open
- Verify API Proxy is enabled
-
Test the connection:
OpenCode sync fails
OpenCode sync fails
Solutions:
-
Verify OpenCode is installed:
-
Check custom base URL:
- Settings → External Providers → OpenCode
- For Docker: set Custom Manager BaseURL to your Docker host
-
Manual configuration:
- Locate
~/.config/opencode/opencode.json - Add the antigravity-manager provider manually
- Locate
-
Restore from backup:
- If sync corrupts config, restore from
.antigravity.bak
- If sync corrupts config, restore from
Next Steps
- macOS Quarantine Issues - Fix macOS security blocks
- Account Errors - Resolve 403, 401, and token errors
- Debugging Guide - Advanced troubleshooting techniques