We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4676fd0 + 751b002 commit a8b7d8fCopy full SHA for a8b7d8f
remote-workspace/src/servers/api-server/platform-api/handler.ts
@@ -103,7 +103,7 @@ export async function handlePlatformAPIRequest(
103
case "get-installation-path":
104
return await handleGetInstallationPath();
105
case "create-terminal":
106
- return `${host}/${instanceId}/terminal/ws`;
+ return `wss://${host}/${instanceId}/terminal/ws`;
107
default:
108
// Do not reflect input data back to the client, return an explicit error message.
109
return { error: "Unknown operation" };
0 commit comments