Hi Antigravity team,
I’m unable to finish signing in to Google Antigravity. The app launches correctly, opens the local Antigravity UI, and the Google sign-in flow starts, but account setup fails with:
There was an unexpected issue setting up your account. failed to make code assist backend request
Environment
OS: Windows Antigravity version: 2.0.0 Install type: user-local Windows install Launch command: antigravity . Workspace: local project folder
What I tried
- Reinstalled Antigravity.
- Confirmed Antigravity.exe launches correctly.
- Reset local Antigravity state by moving these folders aside:
- %APPDATA%\Antigravity
- %USERPROFILE%.gemini\antigravity
- %USERPROFILE%.gemini\antigravity-browser-profile
- %USERPROFILE%.gemini\antigravity-ide
- Relaunched Antigravity with a clean profile.
- Tried signing in again.
Basic network reachability to these domains works; HEAD requests return normal 404, not DNS/TLS failure:
https://cloudcode-pa.googleapis.comhttps://daily-cloudcode-pa.googleapis.comhttps://generativelanguage.googleapis.com
Expected behavior
After Google OAuth, Antigravity should finish onboarding the account and load available models.
Actual behavior
The account setup screen fails with:
There was an unexpected issue setting up your account. failed to make code assist backend request
Relevant logs
From %APPDATA%\Antigravity\logs\main.log:
Starting app (v2.0.0) with dynamic port… Spawning: [Antigravity install dir]\resources\bin\language_server.exe --standalone --override_ide_name antigravity --subclient_type hub --override_ide_version 2.0.0 --override_user_agent_name antigravity --https_server_port 0 --app_data_dir antigravity --api_server_url https://generativelanguage.googleapis.com --cloud_code_endpoint https://daily-cloudcode-pa.googleapis.com --enable_sidecars
Update for version 2.0.0 is not available (latest version: 2.0.0)
From %APPDATA%\Antigravity\logs\language_server.log:
URL: https://cloudcode-pa.googleapis.com/v1internal:loadCodeAssist
Failed to make code assist backend request (onboardUser): { “error”: { “message”: “Internal error encountered.” } }
Error: failed to make code assist backend request
URL: https://daily-cloudcode-pa.googleapis.com/v1internal:loadCodeAssist URL: https://daily-cloudcode-pa.googleapis.com/v1internal:fetchAvailableModels
Error: Post “https://daily-cloudcode-pa.googleapis.com/v1internal:onboardUser”: context deadline exceeded
Failed to make code assist backend request (onboardUser):
Error: Post “https://daily-cloudcode-pa.googleapis.com/v1internal:loadCodeAssist”: context deadline exceeded
This still happens after a clean local profile reset, so it looks like either a backend issue, account eligibility/onboarding issue, or something specific to the Code Assist backend endpoint.
Could someone from the team check whether this account onboarding is failing server-side, or whether there is a known issue with daily-cloudcode-pa.googleapis.com for Antigravity v2.0.0?
Thanks.

