Hello, everyone!
I’m currently working through the FreeCodeCamp curriculum, and I’ve run into an issue when trying to submit the “Technical Documentation Page” project. Despite passing all the tests, I cannot save my progress, and I’m seeing the following error message:
I’ve tried a variety of solutions:
-
I’ve tested on multiple browsers, including Chrome, Firefox, and Microsoft Edge.
-
I’ve cleared all browsing history and cache, but the issue persists.
-
I’ve even tried submitting the same project from a different FreeCodeCamp account, and that worked fine.
-
The issue seems tied to my account specifically, as other projects are being counted correctly.
-
I’ve waited about a week hoping the issue would fix itself, but it hasn’t.
-
In the browser console, I’m seeing the following error:
"Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.freecodecamp.org/modern-challenge-completed. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 403."
POST https://api.freecodecamp.org/modern-challenge-completed [HTTP/3 403]
Here’s the error message I get in the console:
It looks like a CORS issue, but I’m not sure how to proceed to fix it on my end. Has anyone encountered this issue before or know what might be causing it? Any help would be greatly appreciated!
Thanks in advance!