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.
Teller
February 26, 2025, 9:07pm
3
Welcome to the forum @migueloreyes2020
Here is a post about the Dashboard you may find helpful.
Happy coding
Sky020
February 27, 2025, 11:12am
4
Welcome there,
If you really want your progress to save, you can follow these steps:
Open your browser dev tools on the Network
tab
Navigate to freecodecamp.org/learn (you must be signed in)
Locate the /get-session-user
network request (not the pre-flight)
Open the network Preview
Expand the response
Locate and copy the userToken
value
Open a new terminal
Run export COADROAD_WEBHOOK_TOKEN="<the userToken value you copied>"
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