go to post Ying Zhang · Jan 4 4.Sure enough, even after enabling the proxy for Cursor, it still reports "failed to retrieve the namespace".Once these configurations are commented out, the connection works normally. "http.proxy": "http://127.0.0.1:7890", "cursor.general.disableHttp2": true
go to post Ying Zhang · Dec 30, 2025 The curl command on the local machine can retrieve the correct response from api/atelier. The latest plugin management package intersystems-community.servermanager-3.10.5.vsix is being used. VS Code OUTPUT: The ObjectScript panel outputs "ERROR: write EACCES". It is inferred that this may be a startup permission issue with the VS Code user; however, VS Code cannot start normally when run as the root user.
go to post Ying Zhang · Dec 29, 2025 1. namespace is available on the server 2.api/atelier is correctly enabled on the server
go to post Ying Zhang · May 8, 2025 Add Nginx configuration to solve the problem. location /api/atelier/ { CSP On; CSPNSD_pass 127.0.0.1:7038; }
go to post Ying Zhang · May 8, 2025 It's not an issue with the username "superuser". I've set it as this username, and I'm not using HTTPS either.