Skip to content
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

Kibana 4.4.1 is not applying server.basePath to fonts uris (bundles/.../fontawesome...) #6339

Closed
pacohernandezg opened this issue Feb 26, 2016 · 12 comments
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@pacohernandezg
Copy link

Dear sirs:

We are using kibana 4.4.1 behind a proxy and it is working correctly, except for the following resources:

http://....com/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff2
http://.....com/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.woff
http://......com/bundles/node_modules/font-awesome/fonts/fontawesome-webfont.ttf

Thank you for this amazing product. ;-)

Best regards,
Paco.

@rashidkpc rashidkpc added bug Fixes for quality problems that affect the customer experience and removed bug Fixes for quality problems that affect the customer experience labels Feb 29, 2016
@rashidkpc
Copy link
Contributor

@spalger can you take a look at this?

@sombut
Copy link

sombut commented Mar 17, 2016

+1 We are also facing this issue in 4.4.2

@davidfischer-ch
Copy link

+1 Same issue

@cozbone43
Copy link

+1 Seeing this with the Kibana logo as well (/bundles/src/ui/public/images/kibana.svg). Running version 4.4.2.

@webmstr
Copy link

webmstr commented Apr 22, 2016

Still a problem with 4.5.0.

@abhijitdeka
Copy link

+1 using 4.5.0

@abhijitdeka
Copy link

Is there a workaround for this util someone fixes this issue.The UI is looking very bad without the icons

@cozbone43
Copy link

@abhijitdeka I was able to work around the issue by adding a separate proxy configuration just for the /bundles directory:

<Location /bundles>
ProxyPass http://KIBANA_HOST:5601/bundles
ProxyPassReverse http://KIBANA_HOST:5601/bundles
</Location>

Kind of ugly, but it worked for me.

@fuzziness
Copy link

same for 4.5.3

@Vebryn
Copy link

Vebryn commented Nov 7, 2016

Seems related to #6953

@spalger spalger removed their assignment Dec 14, 2016
@ctkalleppally
Copy link

+1 Still having this issue with Kibana 5.2

@LeeDr
Copy link
Contributor

LeeDr commented Aug 14, 2018

This hasn't had a comment in about 1.5 years. That's probably an indication that it's no longer an issue. Please reopen if you have this problem on 5.6.x or 6.3.x or later.

@LeeDr LeeDr closed this as completed Aug 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience
Projects
None yet
Development

No branches or pull requests