Build an fCC Forum Leaderboard - Build an fCC Forum Leaderboard

Tell us what’s happening:

Hi,
is it normal that the link for the “const avatarUrl” provided in the Lab is not working ?
thanks for the help !

Your code so far

/* file: script.js */
const forumLatest =
  'https://cdn.freecodecamp.org/curriculum/forum-latest/latest.json';
const forumTopicUrl = 'https://forum.freecodecamp.org/t/';
const forumCategoryUrl = 'https://forum.freecodecamp.org/c/';
const avatarUrl = 'https://sea1.discourse-cdn.com/freecodecamp';

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Build an fCC Forum Leaderboard - Build an fCC Forum Leaderboard
https://www.freecodecamp.org/learn/full-stack-developer/lab-fcc-forum-leaderboard/build-an-fcc-forum-leaderboard

It’s a bit dated. You can try using this instead: https://sea3.discourse-cdn.com/freecodecamp

hi, it’s not working neither.
it says " Sorry, the site you are looking for does not exist."

The tests expect the original URL. I thought you had already completed this challenge, so the updated link was just for your local use if you save the code.

no, im still working on that Lab, not finish yet.
So, i wont be blocked with the original link to do the tasks needed ?

The original link will satisfy the tests regardless of whether the avatars are displayed in your preview window.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.