Skip to content

Instantly share code, notes, and snippets.

@Abd2023
Abd2023 / antigravity-login-fix.md
Last active March 26, 2026 11:15
Fix for Antigravity App Login Crash (TypeError: Do not know how to serialize a BigInt)

Fix: Antigravity App Login Crash (BigInt Serialization Error)

The Problem

When attempting to sign in to the Antigravity desktop app via Google OAuth, the app fails to open the browser for authentication. No visible error is shown in the user interface, but the login process silently stalls.

Diagnosing the Issue

To understand what is happening behind the scenes, you can run the application with Node's inspector attached.