-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Consul UI send 404 with "The backend responded with an error" with no errors in log-file #5082
Comments
The UI needs other paths than /ui (/v1 for instance), so you have to forward more paths than just /ui |
Hi @kaspergrubbe , Just to confirm what Pierre says here. I think that even after this, proxying the UI on anything but Apart from this, right now I believe we wouldn't support running the UI on anything other than This work could possibly lead us to being able to support running our UI on things like I'll try and keep you posted. |
Here's the relevant issue: |
Aha! That totally makes sense, and changing my Nginx config to this worked:
Thanks a bunch!
That sounds great, would that include making it easier to expose the Thanks for your answers! |
Hey @kaspergrubbe ! Glad we were helpful. If your are still having trouble exposing the UI maybe trying the mailing list? https://www.consul.io/community.html (also make sure you are specifying using Generally putting a proxy in front of consul is not a bad plan, as you should always be extra careful about exposing things publicly, but the mailing list is a good place to ask and check about these things. Please shout if you hit anything else Thanks, John |
I run my Consul cluster like this:
And I run Nginx in front on port 8585:
But when I hit
http://servername:8585
I get the following:I have tried turning debugging on by adding
"log_level": "debug",
to the JSON configuration and restarting it, however there are no log-lines telling me what is failing in theui
when I useconsul monitor
.Are there any way to figure out what is making the UI fail so I can debug further?
The text was updated successfully, but these errors were encountered: