could you just help me out on one thing . why i am not getting data from rethink db to meteor . i can insert or update . i have autopublish mode on . but r.db("dbname").table("tablename").fetch().run() or r.db("dbname").table("tablename").filter({}).run() or r.db("dbname").table("tablename").get("id").run() always return me an empty array.
I have data in the table for sure.
using rethink db -2.3.5
simple:rethink package - 0.0.2