I’ve installed the latest version of cursor-server. It starts up fine, and I have my certs and gateway configured fine. When I try to connect to the server, I just get “Forbidden.” I was using some of the instructions I found for the code-server installation, but it appears that this isn’t entirely up to date with the latest release. My systemctl status:
● cursor-server.service - cursor-server
Loaded: loaded (/lib/systemd/system/cursor-server.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2024-02-14 21:58:01 UTC; 14s ago
Main PID: 92945 (sh)
Tasks: 12 (limit: 38496)
Memory: 24.3M
CGroup: /system.slice/cursor-server.service
├─92945 sh /usr/bin/cursor-server --host 127.0.0.1 --port 8080 --user-data-dir /var/lib/cursor-server --accept-server-license-terms
└─92955 /usr/lib/code-server/node /usr/lib/code-server/out/server-main.js --host 127.0.0.1 --port 8080 --user-data-dir /var/lib/cursor-server --accept-server-license-terms
Feb 14 21:58:01 prod-tools systemd[1]: Started cursor-server.
Feb 14 21:58:01 prod-tools cursor-server[92955]: Server bound to 127.0.0.1:8080 (IPv4)
Feb 14 21:58:01 prod-tools cursor-server[92955]: Extension host agent listening on 8080
Feb 14 21:58:01 prod-tools cursor-server[92955]: [21:58:01]
Feb 14 21:58:01 prod-tools cursor-server[92955]: FaroSystemAppender constructor
Feb 14 21:58:01 prod-tools cursor-server[92955]: [21:58:01] Extension host agent started.
Anyone have any idea what the issue might be?
Thanks