Antigravity stuck at loading agent

After restarting antigravity, it’s stuck at “One moment, the agent is currently loading”. I tried submitting feedback through the antigravity application, but that is also stuck at submitting!

Screenshot attached. What can I do to solve this problem?

7 Likes

Same issue can some body help me to solve this

1 Like

I’ve also got this issue, can someone help please??

1 Like

Gosh, thought I was the only one. From what I gathered so far comparing other IDE’s, the multi agent architect makes me excited not to mention it is free at the moment, but the hanging and ongoing waiting for the agent to load. I’ve installed Antigravity on my linuxMint pc, and wonder if windows users experience the same problem.

Google’s AI Studio is my favourite at the moment except it can stuck as well, repeating itself fixing an error, over and over again, never to solve it… I am in between cursor, vscode/codespaces, v0 and find perplexity quite useful for prompt building. Window users can even use comec browser which is chromium.

1 Like

I am on a paid account and cant get any of my project to actually work. Stuck with loading agent. It has been a consistent failure every day. DEFINIATELY NOT WORTH $$ – I use copilot at work. Smooth.
I’ve worked more on trying to troubleshoot Antigravity than work on my project. Sad really. I have restarted, reinstalled, re-everything. Nothing works.

A fix I found was to log out and relog in and then restart the app. Works like a charm for me everytime, hope the developers can fix it!

3 Likes

I am getting same issue on Macbook.
I have tried to find the project files but seems like whole Project is gone.
Does anyone know where it stores the projects locally in Macbook ?

1 Like

I just found this folder where project files were stored
/Users/username/.gemini/antigravity/scratch

this folder “.gemini“ is hidden by default so you need to unhide it by using cmd+shift+. command

Thank you for bringing this to our attention. We truly appreciate you flagging this issue, we have filed a bug internally. To help us with prioritization of this issue, please share more details, images etc.

3 Likes

Hello ! recent Antigravity user here, here’s the problem I was facing:

  • Open Agent Manager in a new window
  • Ask them to do a task on a workspace with somes files provided
  • Goes away for a while (10 to 15 mins)
  • Agent manager is done planing and ask to proceed
  • Agent manager is stuck in “Agent taking unexpectedly long to load”

The “Agent Window Console” output of Antigravity shows this:

2026-01-05 20:09:38.037 [info] [Manager] got retryable useReactiveState RPC error on attempt [199 / Infinity]:  ConnectError: [unknown] reactive component acc7d7d3-5d55-494f-a48e-4a118a59f151 not found (/opt/antigravity/resources/app/out/jetskiAgent/main.js:3048)
2026-01-05 20:09:39.039 [info] [Manager] got retryable useReactiveState RPC error on attempt [200 / Infinity]:  ConnectError: [unknown] reactive component acc7d7d3-5d55-494f-a48e-4a118a59f151 not found (/opt/antigravity/resources/app/out/jetskiAgent/main.js:3048)
2026-01-05 20:09:39.039 [info] [Manager] got retryable useReactiveState RPC error on attempt [200 / Infinity]:  ConnectError: [unknown] reactive component acc7d7d3-5d55-494f-a48e-4a118a59f151 not found (/opt/antigravity/resources/app/out/jetskiAgent/main.js:3048)

My setup was:

Archlinux, AMD9950x3d, antigravity installed from the archlinux user repo “antigravity-bin”.

After switching to “antigravity” aur package and restarting my IDE, it ask to proceed again and it works.

Hope that helps !

Been stuck on this for ages on my Mac.

3 Likes

Facing same issue. Tried reinstalling, logout login again. Nothing worked.

3 Likes


I’ve been facing this issue for the past 8 hours.

4 Likes

Same issue faced by me in Agent Manager.
Seems both Agent manager and file editor have issues

1 Like

1 Like

If you’re using an antivirus program, turn it off, then close the app and reopen it. Don’t turn the antivirus back on while you’re using the app. This worked for me.

Hello everyone,

To ensure our engineering team can investigate and resolve these issues effectively, we highly recommend filing bug reports directly through the Antigravity in-app feedback tool. You can do this by navigating to the top-right corner of the interface, clicking the Feedback icon, and selecting Report Issue.
Thank you for your patience and collaboration as we continue to improve the Antigravity experience.

1 Like

I had the same problem but running antigravity as administrator fixed it.

1 Like

Fix suggestion (Linux):

One workaround I used on Linux was to force‑kill all Antigravity processes and relaunch.


# Quick kill

pkill antigravity || killall antigravity

# Verify remaining processes

ps aux | grep antigravity | awk '{print $2, $11}'

# Kill by PID if any are still running

sudo kill -9 <PID>

Tip: Close the app window first, then run the commands. After all processes are gone, start Antigravity again and enjoy!

2 Likes

I’m having the same problem. The solution I found was to disable the antivirus. I noticed that the “Report Issue” feature also doesn’t work with the antivirus enabled.

2 Likes