-
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
[0.9.1] Can't connect with admin interface using authentication #3222
Comments
I've also seen this issue on a clean install so it's not just upgrade related. |
+1, seems to be broken |
+1, I'm having the same issue now |
I also couldn't connect via CLI, reinstallation of the Debian package didn't help.
|
Problem is that admin.js successfuly stores and reads user info from localStorage but it does not send them with ajax requests. as a temporary workaround try running this script developer console
|
Fixed with #3184. Thanks @jipperinbham! |
+1, I'm having the same issue now in 0.9.2 |
could anyone tell me how to solve this problem |
@wuhongyuan Influxdb server restart, UI Can't connect with admin interface using authentication |
@wolfkiss0929 restart influxdb can not work |
@wuhongyuan CLI can, UI Can't connect with admin interface using authentication. updated my connection settings and the server is running. |
@wuhongyuan I installl influxdb-0.9.2_rc1-1.x86_64.rpm |
@mjdesa can you repro? |
@beckettsean I'm getting
both with and without auth enabled. |
pretty sure this is a CORS issue, the admin UI is running on port 8080 and you're trying to make AJAX calls to a different port, 8086. The only way to work around this is put a reverse proxy in front of it. |
PR #3474 should fix the CORS issue. |
#3475 opened as well |
+1, having the same problem |
@manuel-huez The fix for this is in HEAD and will be in version 0.9.3, which is scheduled for release on August 13th. There's also a version 0.9.2.1 (deb & RPM), which includes the fix for this issue as well. |
@gunnaraasen I can't seem to be able to update from the RPM (we're running on CentOS EC2). Do you have any update guide? |
@manuel-huez 0.9.2.1 is a drop in replacement for 0.9.2. To update to 0.9.2.1, download the RPM file and run RPM with the -U option (very similar to the install instructions on the download page). If that doesn't work, please open a new issue with some more info about the update failure. |
@gunnaraasen I am now running 0.9.2.1:
But the problem is still present, ie the admin panel can't connect to the influxdb server. |
I am also having this issue in 0.9.2.1 |
i have the same problem |
@manuel-huez @ericjmiller @XWTiger When you open up the browser console, is the response code |
@gunnaraasen: I'm getting this:
|
Same connection problems here. |
@manuel-huez took another look at your
@cmelian I'm still having trouble reproducing the error. Can you send me the output of |
@gunnaraasen the error is with a fresh install with stable 0.9.2 InfluxDB v0.9.3-nightly-affd0b1 (git: affd0b1) |
@gunnaraasen Is this 0.9.2.1-1 version new? I swear I had installed the newest version of influxdb yesterday, and had the 0.9.2.1 running on the machine. It is now working with the 0.9.2.1-1, thank you. |
Great! The 0.9.2.1 version was released specifically to fix this issue. It wasn't publicized much beyond this thread and we don't typically release minor-minor releases. Sorry for the confusion! |
Is there a debian packacge available as well? I can see only a rpm-file on https://s3.amazonaws.com/influxdb/ Because the problem still exists in my installation of 0.9.2.1 for Debian. |
@DennisBauer Debian package was linked to further up—the URL is: |
@cobyism But this links to 0.9.2.1 and not to 0.9.2.1-1.....I installed the package you linked and still can't use the admin interface due to the same error message |
|
I have the same problem using |
+1 |
I have the same problem but with version 1.2.2
But I still use it throught CLI
|
@dragonxtek The admin interface was deprecated in 1.1.0 and is disabled by default. |
From the mailing list:
The text was updated successfully, but these errors were encountered: