-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSS: 2.6.1 - Getting 404 accessing the node.js setup page #24015
Comments
In addition, getting the same 404 page selecting go & python client libraries. |
Thanks Rick, appreciate you raising this. |
I think you can access the page by manually entering the url like this:
You still need to generate a token using CLI though. |
Thanks but getting the same result, 404. |
Has someone an idea how to install the client library for python? I got the same 404 issue. Had installed influxDB in a Docker on my NAS. |
For installing the client library, check this. You need to have a token for the python client to connect to the db and access a bucket. You can use the admin token although not recommended. Proper way of doing it is
|
Is there a fix for this anywhere? I am having the exact same issue as OP. I want to add a node.js source to a new influxdb instance but get the 404 error. Browsing directly gets the same result. My Environment: $ influxd version bolt-path = "/mnt/influxdb/influxd.bolt" Any suggestions appreciated :) |
It is being worked on, but in the meantime all the information on utilizing the javascript client can be found https://github.com/influxdata/influxdb-client-js. innomatica's suggestions above are correct in that you will want to create a new token that is limited to just the scope that you need. The links they provided will help with that. |
any update if this freature is finished? |
Steps to reproduce:
Observed: Getting 404 Page Not Found
Expected: Directed to the node.js Setting up Page
Environment info:
System info: Run
uname -srm
and copy the output hereLinux 4.18.0-408.el8.x86_64 x86_64
InfluxDB version: Run
influxd version
and copy the output hereInfluxDB v2.6.1 (git: 9dcf880) build_date: 2022-12-29T15:53:07Z
Other relevant environment details: Container runtime, disk info, etc
CentOS Stream release 8
influxdb2-2.6.1-1.x86_64
influxdb2-cli-2.6.1-1.x86_64
Config:
bolt-path = "/var/lib/influxdb/influxd.bolt"
engine-path = "/var/lib/influxdb/engine"
flux-log-enabled = true
ui-disabled = false
hardening-enabled = false
The text was updated successfully, but these errors were encountered: