Hi, I’m trying to submit my SQL database project, but freeCodeCamp keeps saying “Finish Project” even though my GitHub repo is correct.
My GitHub repo: (GitHub - natajaneen/fcc-celestial-db)
I followed all steps: universe.sql is inside my repo
The repo is Public
I submitted the correct URL (not the file link)
The database works fine in psql
Has anyone else had this issue? Is there a known bug with project verification?
if it says you have not finished the project it means that the progress from the GitPod workspace did not correctly transmit to the freeCodeCamp site. You can try creating a new workspace, use your universe.sql file to recreate the database, and pass all the tests with that. Then reload the page in freeCodeCamp, you should then be able to submit everything