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
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