Closed diegodesouza closed 9 years ago
Looks like this isn't occurring directly from friendlySlugs, but from its inclusion of collection hooks, since this is happening in a find(), and friendlySlugs does not implement a hook for find(). Seems that collection hooks was expecting a string but got an object within the find(). Can you provide the code for Meteor.publish.Notifications.find.userId at app/server/publications.js ?
@diegodesouza any more info on this issue? If not, I will close the ticket.
I'd say you can close this ticket, I'm not sure what the problem was. You might be right that the problem was something else. Thanks
I am getting this exception.
http://localhost:3000/posts/something-there
The route changes to the post title but no data comes in.