Freecodecamp progress lost at re-login

My progress from the beginning until signing up for facebook was lost when I logged off, when I logged back in, I had to start at the very beginning again.

Thanks,

Maybe you created a new account by accident. Check your logins to see if you have multiple accounts

There are two different types of progress being saved going on at Free Code Camp: your profile and your browser cache.

Your completed challenges are all saved to your account in the FCC database. You can see the list of completed challenges and also the last submitted solutions by looking at your profile page.

If your profile does not include your completed challenges, here is my troubleshooting advice:

  1. Double check that you used the same method to sign in. Try logging out and back in again with the original method.
  2. Double check that you aren’t on the beta site now and that you didn’t create your original account on the beta site by accident. (Yes, this does happen.)
  3. Contact team@freecodecamp.com . The most likely scenario is that your account got duplicated when you signed in and you are being logged into the new one. When that happens, someone on the team can merge your accounts. Please be patient when emailing the team. Remember that there are thousands of campers, a small team, and this is all volunteer-driven.

Your progress tracking (map) is saved in your browser’s local storage. In-progress code is also saved in your local browser cache. If you are changing browsers or clearing your cache regularly you’ll have to use freecodecamp.com/map to navigate to your next challenge. Especially as you get to more complicated challenges that may take multiple sessions, I strongly recommend saving your in-progress work outside of the browser cache. This is a good opportunity to learn the ins and outs of your GitHub account, but you can also just save locally or use a service like repl.it which allows for versioning.

1 Like