Learn Relational Databases by Building a Mario Database - Build a Mario Database

Tell us what’s happening:

Hello.

I am working on the mario database project using desktop vsc. It works but every so often the gitpod server crashes and i am kicked out of the codebase. I can go back and press open in VS Code desktop again.

It saves my progress, but i am not longer working with PostgreSQL so i can’t continue, my current directly is /project. When i try to login back in using psql --username=freecodecamp --dbname=postgres, i get an error saying connection failed at my server.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36

Challenge Information:

Learn Relational Databases by Building a Mario Database - Build a Mario Database

Hi @bikramthapa welcome to the freeCodeCamp forum!

Glad to see you are making progress with this project!

From what I have read from several other posts like yours, what I can say is that the use of the desktop, although ideal for keeping everything on your locals, is unfortunately facing frequent connectivity issues that I guess are apparently affecting the tracking of your progress by CodeRoad.

Try to open the same workspace from the browser? If everything is ok, that should be in sync with your desktop. It might be behind, which might be also ok.

If your browser’s workspace is behind, I must concede that I cannot comment on a possible solution to put it in sync directly from your desktop - I have myself worked those exercises from my browser so far.

The common procedure to sync your progress on desktop with the one of the browser, if the browser is behind, is by making a dump of your desktop database and run it on your browser side.

If you haven’t finished yet, I would advise you to resume and continue your project from the browser until the freeCodeCamp team finds/patches a solution? There is something coming on, so stay with us.

1 Like