kestra-io / vscode-kestra

VSCode extension to bring Kestra's autocompletion to your IDE
Apache License 2.0
10 stars 0 forks source link

unable to set server url #17

Closed leonjza closed 5 months ago

leonjza commented 5 months ago

I am trying to set the server URL that the plugin asks, but receive an error.

image

I have tried many combinations, including moving my dev environment running on localhost to a domain, adding /api/v1 (and many variations thereof) with no success.

The vscode debug console shows this:

2024-03-11 18:13:22.250 [error] TypeError: Failed to parse URL from /plugins/schemas/flow
    at Object.fetch (node:internal/deps/undici/undici:11576:11)
    at async s.apiCall (.../.vscode/extensions/kestra-io.kestra-0.1.11/dist/web/extension.js:2:285081)
    at async .../.vscode/extensions/kestra-io.kestra-0.1.11/dist/web/extension.js:2:439716
    at async l.h (.../Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:150:184831) kestra.schema.download {"value":"kestra-io.kestra","_lower":"kestra-io.kestra"}
brian-mulier-p commented 5 months ago

Fixed in v0.1.12, please reopen the issue if it persists :+1: