Voyager: [BUG] glyphicons-halflings font not loadinf

Created on 2 May 2019  路  5Comments  路  Source: the-control-group/voyager

Version information

  • Laravel: v5.8.15
  • Voyager: v1.2.3

Description

When I added a description to a field I get
GET http://voice.test/fonts/bootstrap/glyphicons-halflings-regular.woff2 net::ERR_ABORTED 404 (Not Found)
GET http://voice.test/fonts/bootstrap/glyphicons-halflings-regular.woff net::ERR_ABORTED 404 (Not Found)

with the CSS loading from the 'http://voice.test/admin/assets?path=css%2Fapp.css' path
@font-face { font-family: Glyphicons Halflings; src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot); src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg") }

Steps To Reproduce

Steps to reproduce the behavior:

  1. Add a description to a field
  2. got to that section and click 'Add New'
  3. See description icon not loading

Expected behavior

The CSS path correctly linked to load the font files and description icon showing correctly

possible bug

Most helpful comment

As a temporary solution you can copy fonts folder from /vendor/tcg/voyager/publishable/assets/.

For a definitive solution I think url should be changed in app.css with assets?path=fonts/bootstrap/etc..

All 5 comments

As a temporary solution you can copy fonts folder from /vendor/tcg/voyager/publishable/assets/.

For a definitive solution I think url should be changed in app.css with assets?path=fonts/bootstrap/etc..

@MrCrayon thanks.

I have a similar issue after upgrading to Voyager 1.2 and Laravel 5.6.

Captura de pantalla 2019-05-16 a las 11 08 59
Captura de pantalla 2019-05-16 a las 11 08 51

I dont't if could be the same or not.

@xXcoronaXx it's the same

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rayqiri picture rayqiri  路  3Comments

winex01 picture winex01  路  3Comments

MikadoInfo picture MikadoInfo  路  3Comments

wislem picture wislem  路  3Comments

Nagendra1421 picture Nagendra1421  路  3Comments