Skip to content

cant fetch/get data from rethinkDb in meteor #29

@nabaragpaul

Description

@nabaragpaul

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions