influxdata / vsflux

Flux language extension for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot create a new Connection

nathanielc opened this issue · comments

I cannot create a new connection

Steps

  1. Launch VSCode without the cli config mode
  2. Click + icon in InfluxDB pane to create a new connection.
  3. Fill in details
  4. Click save

Expected results

The connection is created or and error is reported

Actual results

Nothing happens and there is no feedback. Additionally clicking test doesn't do anything either.

Env

VSCode Info:
Version: 1.66.2
Commit: dfd34e8260c270da74b5c2d86d61aee4b6d56977
Date: 2022-04-11T07:49:24.808Z
Electron: 17.2.0
Chromium: 98.0.4758.109
Node.js: 16.13.0
V8: 9.8.177.11-electron.0
OS: Linux x64 5.17.4-arch1-1

VSFlux: v1.0.4

I just tried to reproduce this, and I couldn't. Could you try again?

I have got exactly the same behaviour as described in this issue. Test / Save buttons doing nothing and I am not able to add any connection. Using the lastest versions of vsode and flux extension on win10ee. Any idea how to debug?

Version: 1.69.2 (user setup)
Commit: 3b889b090b5ad5793f524b5d1d39fda662b96a2a
Date: 2022-07-18T16:12:52.460Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Windows_NT x64 10.0.19042

VSFlux: v1.0.4

@MilanJaro I was having the same behavior, which turned out to be linked to a self-signed certificate on my Docker instance.

In VSCode, open dev tools (in Help), then show the console ; I got my error here.