Build a Prime Number Checker Module - Build a Prime Number Checker Module

Tell us what’s happening:

I have finished the challenge and all tests have run successfully, but what repo do I commit to? Do I make a repo for this challenge? or do I commit to the forked one?

Update: I pushed the code to the forked repo using git push origin main --force, then I input GitHub - bakr2023-2024/back-end-development-and-apis · GitHub into the form on the challenge page, but when I click submit, I get an error message saying I need to finish the project first even though there is a checkmark next to the project in the codespace

###Your project link(s)

solution: GitHub - bakr2023-2024/back-end-development-and-apis · GitHub

Your browser information:

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

Challenge Information:

Build a Prime Number Checker Module - Build a Prime Number Checker Module

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-prime-number-checker-module/15722224eb735613bc8dd803.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome back to the forum @bakr2023.2024

Try:

https://github.com/bakr2023-2024/back-end-development-and-apis

Happy coding

try to do an hard reload of the challenge page on the site

if that does not work, make sure you have a back-end repo that is updated to latest main, verify that the right token is set, then please try again to complete it

Thank you. The issue was that I was submitting the url of the main repo of freeCodeCamp “/freeCodeCamp/back-end-development-and-apis” not the one I forked “/bakr2023-2024/back-end-development-and-apis”. I have now submitted my forked repo url and everything works fine now

Thank you. I had a merge conflict in package.json and index.js from a previous commit. I have solved it then ran

git add .
git commit -m "fix merge conflict"
git pull
git push origin main

and the new changes were uploaded successfully