Cannot reconnect - Please reload window -Poor User experience using antigravity with Ubuntu 24.04

the user experience using antigravity with ubuntu 24.04 is awful. IDE crashed punctually all the time.
I followed all instruction on this article to fix issue but nothing works.

dev.to/ar27111994/fixing-google-antigravity-pro-authentication-on-windows-10-wsl2-45jd

Was this ever resolved? I get this frequently, usually in the middle of the agent doing some code testing. Also WSL2. What’s really frustrating is the conversation history is still not showing up in the UI (the agent can recover it, but I always have to ask it to review its history), so when this happens its non-trivial getting back to work.

Current version info:
Antigravity Version: 1.23.2
VSCode OSS Version: 1.107.0 (user setup)
Commit: 15487b3041e65228cae24980a3f796c905ef582c
Date: 2026-04-16T08:28:19.366Z
Electron: 39.2.3
Chromium: 142.0.7444.175
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.26200
Language Server CL: 900566399

Possible fix. There may have been some corruption in the workspaceStorage. I went ahead and:

mv ~/.antigravity-server/data/User/workspaceStorage/ ~/.antigravity-server/data/User/workspaceStorage_old
mv ~/.vscode-server/data/User/workspaceStorage/ ~/.vscode-server/data/User/workspaceStorage_old

And restarted. It took a second for antigravity to reconnect to WSL2 (I had some errors but a few restarts “worked” as it reconfigured the environment. This SEEMS to have gotten rid of the errors (since antigravity will rebuild those workspaces).