Build a Celestial Bodies Database - Solution Link Error

Hello.
I completed the Build a Celestial Bodies Database project on Code Road, and passed all the checks.

Then, I made a dump of it by entering pg_dump -cC --inserts -U freecodecamp universe > universe.sql in a bash terminal, as instructed.

I copied all the code to my public GitHub repo (FCC---Relational-Database/Universe.sql at main · sglavas/FCC---Relational-Database · GitHub).

Then, I pasted the link in the Solution Link input. I got the “You must complete the project first.”, and I couldn’t finish the project.

I tried refreshing the page and pasting it again several times to no avail.

I checked the forum several times, and couldn’t find a reliable fix.
I would greatly appreciate any help.

you have the wrong link there.
It should be the https link of your repo.
for you that is
https://github.com/sglavas/FCC---Relational-Database.git

(also before trying this, make sure you have completed the last step of the project by clicking the last button presented which may be called Continue)

1 Like

Thank you for a swift reply, and a working solution
I loaded the project again, and used the correct link.
It works.

1 Like

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