Open sethgillett opened 5 years ago
In addition, I needed to declare the tasks
collection in server/main.js
as well to make step 3 of the tutorial work.
import { Meteor } from 'meteor/meteor';
import { Mongo } from 'meteor/mongo';
Meteor.startup(() => {
// code to run on server at startup
const Tasks = new Mongo.Collection('tasks');
});
Just ran into this issue on step 3 of the tutorial after following the instructions exactly - this is duplicate of #26 however that issue is closed