Testing down on Codepen?

Hi, I have been working on my markdown previewer for the Front End Dev certification and have been not been able to get the tests to show up. When I view the console of my chrome browser, it says:

’ Uncaught DOMException: Failed to read the ‘sessionStorage’ property from ‘Window’: Access is denied for this document.
at Function.assign ()
at r (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:599:15325)
at Object. (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:599:15349)
at Object. (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:599:15355)
at r (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:1:124)
at Module. (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:608:86150)
at r (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:1:124)
at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:1:923
at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:1:933

Thanks for any help! :slight_smile:

Can you give us a link to your codepen?

I just ran the FCC tests for your markdown previewer in both Chrome and FF and they all passed for me with no console errors to be seen.

This seems like a permissions problem with your browser. Do you have another browser you can test this with? Have you accidentally blocked cookies for codepen? I believe that some browsers will automatically block localStorage as well if you block cookies.

1 Like

Hey, just turned on cookies in my browser and it works, think I had turned them off at some point. Thanks for your help!! :slight_smile:

1 Like

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