Fontawesome console errors

Anyone else started getting this error about 7 hours ago…


This is a completed website, and the client just contacted me saying as of a few hours ago all the icons are missing, i know they were there 7 hours ago as I went into the site to look at something else, and if they were not there I would not have been able to click some links, which is the problem they are suddenly facing.

Just tested this and font awesome 5.14 loads fine using the CDN option.
Are you sure the include is correct - having the integrity there?

I think so, would you mind checking Teo

Edit: One of the last big changes i made was changing

<html>
to
<html lang="en">

But i just removed that and redeployed and still having the error.

I think I had something similar a LONG while ago when using FA 5 Pro. The domain wasn’t registered on my account and it rejected it. Logging into FA and reading the domain worked for me.

I have never had a Font Awesome account, I just use the cheap skate free version, so I am used to having many icons not work, but I only use the ones that do for free.

Ah OK. It won’t be that then…

1 Like

Are you still experiencing this?
When i visit the site in the error message i see no errors related to CORs / font awesome.

Yeah, I am still getting it, just tested another site I am still working on and having the same error, they probably blocked Africa, can’t blame them, lol, @pixlapps is yours working?

Its something on my side Teo, thanks for testing, 8 different websites I have tested so far, all made by me, all with the same problem, so clearly they do not like something about me.

Easy solution is to switch to local versions from frameworks

Good idea, haha, cant believe i never thought of that, lol, i had many plans, that was not one of them :woman_facepalming:

1 Like

And you’ve still got Friday to get through yet…

2 Likes

Hi @psweb - I almost never use CDN and keep my libs local. Sorry can’t help.

2 Likes

A strange one, trying to switch to FontAwesome 5 local from my old cdn version and it will not change the code in the head

Decided to try a brand new project too
New Blank project
Docker Hosting
NodeJS
Save

Open Project settings > Frameworks, add Font Awesome 5.14.0 - all local
Save

main.ejs still has

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous" />

index.ejs still has

<!-- Wappler include head-page="layouts/main" fontawesome_5="cdn" bootstrap5="local" is="dmx-app" id="index" appConnect="local" -->

Looks like this was fixed in the new update too, you guys work fast, so many fixes in just a week, its crazy.