Hey, the VPN error when it’s stuck on “planning next moves” is usually caused by a few things. I’ll need a bit more info to pinpoint it:
Really important to check:
- Is Git installed? Go to Cursor Settings > Network > Run Diagnostics and share a screenshot of the results.
- Are you using a VPN or a corporate network?
- What’s the exact text of the “VPN xxx…” error?
Try these workarounds:
-
Disable HTTP/2 (often fixes VPN-related timeouts):
- Open
settings.json(Ctrl+Shift+P> “Preferences: Open User Settings JSON”) - Add:
"cursor.general.disableHttp2": true - Restart Cursor
- Open
-
If Git isn’t installed, the Agent can’t run:
- Download Redirecting…
- During install, select “Add Git to PATH”
- Fully restart Cursor
- Check in cmd:
git --version
-
Check older chats. Do they work? If yes, it might be an indexing issue:
- Cursor Settings > Indexing & Docs
- Try temporarily disabling “Index New Folders” and “Index Repositories for Instant Grep”
-
If you’re on VPN, try turning it off just for a quick test
Similar issues are discussed here:
Share the diagnostics results and tell me if any workaround helped.