I was taking the Certification exam Part 2 of the “Building Interactive Websites” of the Full-Stack Engineer career path, however, whenever I clicked on the button “Start part 2” found under the coding challenge guidelines, the page gets stuck in a never ending loop of the loading screen.
When I checked DevTools, the console kept on saying: (note: I had to change all the links to address, so every time it says address, I really mean https )
GET addres://88dc3cb145bc4b59b1e1763c6a9ad41e.cc-propeller.cloud/ 404. fetchObservable.js:23
GET addres://88dc3cb145bc4b59b1e1763c6a9ad41e.cc-propeller.cloud/styles.css net::ERR_ABORTED 404
Refused to apply style from ‘addres://88dc3cb145bc4b59b1e1763c6a9ad41e.cc-propeller.cloud/styles.css’ because its MIME type (‘text/plain’) is not a supported stylesheet MIME type, and strict MIME checking is enabled
Cross-Origin Read Blocking (CORB) blocked cross-origin response with MIME type application/json. See for more details.
Uncaught ReferenceError: searchBtn is not defined
at script.js:25:1
These errors don’t let me load the challenge. I really want to end this exam because I was able to do all the other exams perfectly fine, but it’s just this one in particular that doesn’t load.
Did I do something wrong?