Container connection fails due to incorrect configuration of Cursor-Server download URL

Describe the Bug

I am trying to connect to a container using Remote WSL and Remote Containers.
When starting the container, the download URL is not configured correctly and fails when downloading Cursor-Server.

Connect to the container with WSL and run uname, the result is x86_64.

The contents of os-release are as follows.

PRETTY_NAME=“Debian GNU/Linux 12 (bookworm)”
NAME=“Debian GNU/Linux”
VERSION_ID=“12”
VERSION=“12 (bookworm)”
VERSION_CODENAME=bookworm
ID=debian
HOME_URL=“https//www.debian.org/”
SUPPORT_URL=“https//www.debian.org/support”
BUG_REPORT_URL=“https//bugs.debian.org/”

The log is as follows.
2025-09-17 09:41:34.053 [info] Downloading cursor server locally and copying into container
2025-09-17 09:41:34.054 [info] [uname -m]: Running command: docker
2025-09-17 09:41:34.984 [info] [uname -m]: Command completed with exit code 0
2025-09-17 09:41:34.989 [info] [cat /etc/os-release]: Running command: docker
2025-09-17 09:41:36.022 [info] [cat /etc/os-release]: Command completed with exit code 0
2025-09-17 09:41:36.029 [info] [install-server] os-release:
2025-09-17 09:41:37.295 [info] [downloadFile][stderr]: curl: (22) The requested URL returned error: 403
2025-09-17 09:41:37.323 [info] Error downloading server from https://downloads.cursor.com/production/9b5f3f4f2368631e3455d37672ca61b6dce8543e/linux//cursor-reh-linux-.tar.gz, trying wget [downloadFile] Command failed with exit code 22
2025-09-17 09:41:37.887 [error] Failed to install remote server in container: Error: [downloadFile] Command failed with exit code 8
2025-09-17 09:41:37.889 [error] Error resolving dev container authority [downloadFile] Command failed with exit code 8

Steps to Reproduce

execute Reopen in Container

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.6.23 (user setup)
Commit: 1.99.3
Date: 9b5f3f4f2368631e3455d37672ca61b6dce85430
Electron: 2025-09-15T21:49:07.231Z
ElectronBuildId: 34.5.8
Chromium: undefined
Node.js: 132.0.6834.210
V8: 20.19.1
OS: 13.2.152.41-electron.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

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