Closed moT01 closed 3 years ago
I believe it's an issue on the CodeAlly part. We'll take a look.
Side note: This doesn't happen locally
I'm wondering if it's cause when we load tutorials on CodeAlly, we skip one step at the beginning. If I run locally, I see a "start new tutorial" and "continue tutorial" options. When running on CodeAlly, it just auto-loads. Does that sound like it might be a cause @ShMcK?
@moT01 like you mentioned - its because of the logic for skipping a step at the beginning.
if (TUTORIAL_URL) {
// if a tutorial URL is added, launch tutorial on startup
...
}
CodeAlly launches with a TUTORIAL_URL of which tutorial to use, which you probably don't have set locally.
I'll put in a fix to check to just auto-continue for users.
Released in CodeRoad v0.17 on the ovsx marketplace
When I close CodeRoad and start it back up. I get the instructions for the first lesson... Here's a gif
All the files are there for the lesson I left off from, so that part is in the right spot.
I don't believe this is the behavior locally - I think continuing a tutorial there will work.