which part did not work?
i noticed you’ve created duplicate topics on the forum. That’s not allowed because it clutters up the forum.
With respect to your issue, please read the response here
i have combined the duplicate topics into one.
If you have further questions, just ask them here instead of opening a new topic about this one exercise.
OK. Maybe this is posted somewhere on the net, but if anyone is having issues with opening codeRoad to the starting page, this is for you.
Issue: CodeRoad only opening the previously completed module.
Steps to reproduce:
- Complete a db module successfully.
- Can close out VS code completely.
- Reopen using ‘code .’ command in prompt and open VS code.
- Copy User Token in the next or different module and past in docker file. This will likely just overwrite previous token.
- Use Rebuild and Reopen.
- Run CodeRoad. The previous tutorial shows up without access to start page to paste the new URL.
- After completing a module, completely remove rdb-alpha in current location.
- Go to a different directory/location.
- Now use git clone https: …. etc.
- enter cd rdb-alpha and then ‘code .’ command.
- Copy paste user token into docker file as instructed.
- Use Rebuild and Reopen
- Then use CodeRoad.
Now it should open CodeRoad to the actual starting page to paste in a new URL.
I think the whole deleting and saving rdb alpha in a new, different location should be mentioned on the actual freecodecamp tutorial page. This was a frustrating issue to deal with while trying to progress through the modules for databases.
I don’t know if the deletion part is absolutely necessary, but I would recommend it to try and avoid any conflicts. This may work without deletion of old rdb alpha directory, but git clone in a new directory is crucial.
I could guess why these steps work. Maybe rdb-alpha has a specific configuration once the user starts a new URL tutorial and reloading always opens codeRoad to where you last left it. idk. Does anyone know specifically why? I would love to know. Maybe it’s possible to just change a line of code/text in a file inside of rdb-alpha.
Thank you
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.