I am currently unable to log into Google Antigravity due to a persistent authentication loop.
After signing in via the browser, the authentication process appears to complete successfully. However, the redirect back to the IDE using the custom protocol (antigravity://oauth-success) fails.
As a result, the IDE never receives the authentication token, and I remain stuck on the login screen.
Observed Behavior:
-
Browser login completes successfully
-
Redirect to
antigravity://oauth-successis triggered -
The Antigravity IDE does not capture the token
-
User remains unauthenticated in the IDE
Expected Behavior:
After successful browser authentication, the IDE should receive the token via the protocol handler and complete the login process.
Additional Issue:
The alternative login option “Use a GCP project instead” also becomes unresponsive/freezes, making it impossible to access the tool through any available method.


