question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

unable to load font awesome from dashboard

See original GitHub issue

The server returns an internal server error when loading some CSS files from the dashboard page. The following are the list of file not being loaded and returning 500

  • resources/core/resources/vendor/fontawesome/css/all.min.css
  • resources/core/resources/vendor/fontawesome/css/v4-shims.css
  • resources/core/resources/vendor/pt-sans/styles/pt_sans.css

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:42 (22 by maintainers)

github_iconTop GitHub Comments

3reactions
kiarncommented, Nov 6, 2021

I found the problem : Ajenti send a last-modified header to use the cache for css files if needed, and the date is formatted with the locale installed on the server. For RU or CN, this header then contains non-latin chars which is not allowed. So I just converted the date with en_us locale in order to send right headers.

I will test further and I hope this commit finally solves this issue.

I would not have found it by myself without your help, thanks for it.

Arnaud

0reactions
kiarncommented, Feb 17, 2022

Many thanks for your feedback and your positive words. So i can finally close this !

Arnaud

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to load Font Awesome - Stack Overflow
I get a blank space where the fonts should appear. Here are the details: https://www.foo.com/public_html/wp-content/themes/independent- ...
Read more >
Troubleshooting | Font Awesome Docs
Are you using Font Awesome Free or Pro? - Some icons are only available in Font Awesome Pro. Double-check that the icon you...
Read more >
[Solved]: Font Awesome icons not showing on my website
If the Font Awesome CSS file is not properly loaded on a web page, then its icons won't be displayed. There are different...
Read more >
Font awesome not loading in one page - WordPress.org
Go to Dashboard => Gutentor => Settings => Optimization => Resources Load and Select Force Load on Font Awesome. Let me know if...
Read more >
Unable to load font-awesome - OpenCart Community
Hello everybody, We just created a new website and currently as we moved from a host to another we are facing some difficulties...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found