-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Generate short URL, seem to not respect server.basePath setting. #6127
Comments
+1 (same issue) |
+1 |
+1 |
Fixed in #6353 |
👍 @jbudz |
Thanks. |
I just tried 4.4.2 and while a URL is generated, the eventual result appears to be wrong: https://example.com/office/kibana/ is the base URL. Shortened links look like https://example.com:443/office/kibana/goto/6c3ca36b4d95d110efdff1ca8c668e8a and eventually resolve into https://example.com/office/kibanahttps://example.com/office/kibana/app/kibana. |
We are seeing this as well with 4.4.2. Reopening.
|
@jbudz this seems to still be occurring, can you take a look at it? |
Generate short URL doesn't work and throws
Url Shortener: Error 404 Not Found: undefined
if running behind a proxy and with a basePath other than/
.Steps to reproduce:
kibana.yml:
server.basePath: "/kibana4"
Apache 2
Clicking on
Generate short URL
in a dashboard results in:All the other operations seem to work fine, only /shorten does not use the /kibana4/ basePath.
Running the same apache config with
ProxyPass /
instead ofProxyPass /kibana4/
fixes this.The text was updated successfully, but these errors were encountered: