railsbump / app

Check which gems are compatible with which Rails version!
https://railsbump.org
MIT License
161 stars 23 forks source link

Frontend fails to request some JS files #97

Open arielj opened 2 weeks ago

arielj commented 2 weeks ago

image

       GET https://www.railsbump.org/qwerty/js/script.js 404 (Not Found)
       GET https://kit.fontawesome.com/0d43dadb44.js net::ERR_ABORTED 403 (Forbidden)

How to reproduce:

etagwerker commented 1 week ago

@manuelmeurer I don't see anything broken even with this JS load error. Do you remember why these resources were needed?

@arielj Do you see any of the icons broken due to the fontawesome load error?

arielj commented 1 week ago

yeah, the icons are missing for me, from the HTML I should see a github icon at the top right next to the other nav links, but nothing

image

looks like there should be a thumbs up icon next to the all status: image

I tried with Chrome, Firefox and Opera and it's the same in the three browsers

manuelmeurer commented 1 week ago

The first URL (/qwerty/js/script.js) was Plausible, which was implemented via a Cloudflare Worker proxy. It worked quite well and was almost never blocked by adblockers this way, so I can really recommend it, if you want to keep using Plausible, @etagwerker. I just invited you as an admin to the Plausible site, so you can keep using it.

Font Awesome didn't load since I configured allowed hosts for the kit, and only railsbump.org (without www) as allowed until now. 😄 I added www.railsbump.org and now it works.