Agents not able to connect to the internet anymore

Describe the Bug

My agent can no longer connect to the internet. They can only run code that doesn’t require internet connect. I get this message: “Understood. The problem isn’t on your side—inside this workspace the runners don’t have network access. When the test hits Supabase (supabase.auth.admin.createUser), the sandbox blocks the request, so fetch failed and Vitest crashes. That limitation wasn’t obvious when other tests passed without hitting the auth API. If you run the new test locally on your own machine—with Docker/Supabase up—it should pass; the code itself is good.”

Steps to Reproduce

trying to run db tests locally. I can’t connect to my supabase services. I know the services are running because I can call the tests directly

Expected Behavior

Since the beginning of time, I have been able to run these tests. This affects all my projects

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.54 (Universal)

For AI issues: which model did you use?

auto

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

After digging around, turns out there was a recent update that moved me into some sort of ‘sandboxed’ mode where internet access is disabled by default. I had to go into settings and changed to ‘unsandboxed’ Cursor, it’s not a good user experience when you break the defaults for users. best to let me opt into them vs forcing me into them

Would be helpful if you could provide the steps to turn this off. I can’t find this feature at all.

Go to cursor settings, click on the agents tab, scroll down to Auto-Run section, find Auto-Run Mode and change to Run Everything. Hope this helps.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.