ListCrawler Houston
Results
2
comments of
ListCrawler Houston
Can't check it, just get "404 Not Found"
Navigation and main area show collections and their record numbers but clicking on them does nothing
> Yes, it uses `Meteor.autorun` which has been removed, it is now called `Tracker.autorun`. You can fix this by doing on the client on startup: `Meteor.autorun = Tracker.autorun;` And the...