Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Cursor Agent and Chat fail with:
Request ID: d7ced837-37d1-432e-bc6e-fce78bd681f2
[permission_denied] HTTP 403
RetriableError: [permission_denied] HTTP 403
This happens when submitting a prompt to Agent/Chat.
Steps to Reproduce
-
Open Cursor IDE on Windows x64.
-
Sign in to Cursor successfully.
-
Open Cursor Settings and confirm the following settings are enabled:
- http.systemCertificates = true
- http.experimental.systemCertificatesV2 = true
-
Run Cursor Network Diagnostics.
-
Observe that the following checks fail:
- API
- Ping
- Chat
- Agent
-
Observe that Authentication, Authentication UI, Cursor Tab, Agent Endpoint, Codebase Indexing, Marketplace, Downloads, and CDN checks succeed.
-
Try to send a message in Cursor Chat or Agent mode.
-
The request fails immediately with:
Request ID: d7ced837-37d1-432e-bc6e-fce78bd681f2
[permission_denied] HTTP 403
RetriableError: [permission_denied] HTTP 403 -
As an additional check, run the following command in PowerShell:
curl.exe -I https://api2.cursor.sh/ -
Confirm that the base endpoint is reachable and returns:
HTTP/1.1 200 Connection established
HTTP/1.1 200 OK
Actual Result:
Cursor Chat / Agent fails with [permission_denied] HTTP 403, even though the base api2.cursor.sh endpoint is reachable by curl.
Expected Result:
Cursor Chat / Agent should work normally after successful authentication and network connectivity checks.
Operating System
Windows 10/11
Version Information
3.9.16
042b3c1a4c53f2c3808067f519fbfc67b72cad80
x64
Does this stop you from using Cursor
Yes - Cursor is unusable