New Contributor localhost:3000 is not working

Hi, i am a new contributor and just setup fcc locally . My localhost:8000 is working good. But when i click on localhost:3000 where my server is running i get redirect to localhost:8000 with 404 message and also got the below error in the console.

image

In the freecodecamp docs it is specified if you go to localhost:3000/explorer you can see all the checkpoints but i am getting the error, same error as above. Can anyone plz help me out .

Also i am using wsl2 with ubuntu .

1 Like

port 3000 is the port of the API

port 8000 is where you can see the live site, you need to wait for the build to finish to be able to see the live site

Thanks for letting us know, and catching this bug. It appears the documentation needs to be updated. The new URL for the explorer is at http://localhost:3000/documentation