CBF2006 / ProjectLima

Followed a tutorial on Building a Duolingo Clone using NextJS, Clerk, and more. Now trying to see how far I can push it. Just a fun little test project, Stripe is in Dev Mode so no payments are accepted.
https://www.youtube.com/watch?v=dP75Khfy4s4&t
1 stars 0 forks source link

Japanese Course Progress #1

Closed CBF2006 closed 1 week ago

CBF2006 commented 2 weeks ago

Currently when I view the Japanese page, no lessons are available (all greyed out)

I'm wondering if this has to do with queries.ts OR the underlying page.tsx under /learn, but feel free to check everything, including the courses folder

All units use the same "id" variable. A good test would be to see if you completed the three Korean units, would the Japanese one unlock? Then you'd know what the problem was

Korean: image

Japanese: image

CBF2006 commented 2 weeks ago

So later in the tutorial he adds French while he just had Spanish at the start, so just keep going and hopefully you'll be able to fix the problem

CBF2006 commented 1 week ago

I'm guessing this is because there is no lessons, since once you complete the first Korean lesson, there are no more lessons, so therefore you cannot start a new one. The code is working fine

CBF2006 commented 1 week ago

Can confirm it works once lessons are added