-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Description
I'm doing the meteor-blaze tutorial todo application from scratch and encountered the issue in 2 places.
- In step 02, when we first add dummy tasks using the startup script. On first run it gave me the error "count" deprecated use countAsync instead. When I fixed the issue and there are no more errors, I couldn't see the manually added tasks on the UI. I moved on to step 3 where we add a form in the UI to add tasks this is where I saw the db actually created tasks collection in the database which it failed to do using startup script in previous step.
- In step 07 where we use startup script to create seed username and password. This time again it failed to create those user credentials. I'm attaching pictures with console error message for reference.

guillaumepousseo
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers