I’m getting used to 1.3, and I’m having some trouble getting collection fixtures to work.
For testing purposes, I created a new Meteor project and followed the TODO tutorial up to the Collections part.
- I created a file fixtures.js in /imports/api/
- I import this in /server/main.js
- When I start the server, I see the console log line indicating that the file was imported and if I query the collection using the mongo shell, I see the fixtures.
- If I query the collection from the client, I see nothing.
Am I missing something to get the fixtures to appear on the client? I have not modified the installed packages, so autopublish is still present.