You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While protocol detection works fine, the InfluxDB writer fails when "autodetect" has been chosen in the configuration wizard. Reason: "autodetect" returns a promise, but the receiving code expects a writer instance - and fails.