Hello,
I'm starting with React and Rethinkdb, so I appreciate your effort in creating this starter kit.
After running "npm run dev" and opening the app in Firefox, apparently it loads well, but it doesn't work. If I open the console there is an error message: "Firefox can't establish a connection to the server at ws://localhost/db". Do I need to configure something else?
I'm using rethinkdb 2.3.2.
Also, you may want to update dependencies rethinkdb-websocket-client and rethinkdb-websocket-server to ^0.4.7 & ^0.5.1, in order to avoid mikemintz/rethinkdb-websocket-server#18
Hello, I'm starting with React and Rethinkdb, so I appreciate your effort in creating this starter kit.
After running "npm run dev" and opening the app in Firefox, apparently it loads well, but it doesn't work. If I open the console there is an error message: "Firefox can't establish a connection to the server at ws://localhost/db". Do I need to configure something else?
I'm using rethinkdb 2.3.2.
Also, you may want to update dependencies
rethinkdb-websocket-client
andrethinkdb-websocket-server
to^0.4.7
&^0.5.1
, in order to avoid mikemintz/rethinkdb-websocket-server#18