On first run, I got this: ``` Unhandled rejection ReqlOpFailedError: Table `yanius.sessions` does not exist in: r.table("sessions").indexCreate("expires") ``` So I logged into rethinkdb and created the table, and it seemed to work fine after that.
On first run, I got this:
So I logged into rethinkdb and created the table, and it seemed to work fine after that.