Not able to test the project. I have added the mentioned js script, still there is no pop up to test the project. how do I fix it?

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36

Challenge: Build a Tribute Page

Link to the challenge:

Welcome to the forum! :handshake:

The possible way to fix your code is to make sure your script tag (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>) is at the last line of your code.
You should also ensure the script tag is not nested in another tag in your code.

Hope this helps.

2 Likes

Hey, thanks for the reply.
I did as you mentioned but still doesn’t work in codepen environment, though when I exported the project and run the file locally it worked. So the problem is manageably fixed. Thanks again !!

1 Like

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