Progress didnt got saved

Im doing the Build a Boilerplate part from the Relational Database course. I Finished it, but I didnt realize my account was signed out.


I still have the work saved in GitPod regardless, is my progress really lost forever? Isn’t there a way I can work this around? I’d hate to have to repeat it all again. I Appreciate your help

If you’ve done the work and learned the material, I wouldn’t worry about it.

Welcome to the forum @migueloreyes2020

Here is a post about the Dashboard you may find helpful.

Happy coding

Welcome there,

If you really want your progress to save, you can follow these steps:

  1. Open your browser dev tools on the Network tab
  2. Navigate to freecodecamp.org/learn (you must be signed in)
  3. Locate the /get-session-user network request (not the pre-flight)
  4. Open the network Preview
  5. Expand the response
  6. Locate and copy the userToken value
  7. Open a new terminal
  8. Run export COADROAD_WEBHOOK_TOKEN="<the userToken value you copied>"
  9. Resubmit the last step

NOTE: You might need to run CodeRoad: Start in the VSCode command pallet.

More information: [news]: running relational database locally · Issue #52022 · freeCodeCamp/freeCodeCamp · GitHub