Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
When using Cursor Remote SSH on Windows to connect to a Linux machine, opening the remote root directory “/” as the workspace causes the integrated terminal to fail with a UriError.
The error shown is:
[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters (“//”)
If I open “/root” instead, the terminal works normally.
Steps to Reproduce
- Open Cursor on Windows
- Connect to a Linux machine using Remote SSH
- Open the remote folder “/”
- Click to create or open the integrated terminal
- Cursor shows the UriError popup
Control case:
- If I open “/root” instead of “/”, the terminal opens normally
Expected Behavior
The integrated terminal should open normally when the remote workspace is “/”.
Screenshots / Screen Recordings

Operating System
Windows 10/11
Version Information
IDE:
Version: 3.2.11 (user setup)
VSCode Version: 1.105.1
Commit: e9ee1339915a927dfb2df4a836dd9c8337e17cc0
Date: 2026-04-24T14:36:47.933Z
Build Type: Stable
OS: Windows_NT x64 10.0.26200
Remote:
Linux via Remote SSH
For AI issues: which model did you use?
N/A - not an AI model issue
For AI issues: add Request ID with privacy disabled
N/A
Additional Information
This appears to be specific to Cursor handling “/” as the remote workspace root.
Additional notes:
- SSH connectivity works normally
- Opening “/root” works
- Opening “/” reproduces the issue consistently
- Workaround: open “/root” instead, or use an external SSH terminal and run
cd /
Does this stop you from using Cursor
No - Cursor works, but with this issue