birkir / react-starter-kit-rdb

React Starter Kit - Rethinkdb Universal Edition
MIT License
7 stars 1 forks source link

Can't establish a connection to the server at ws://localhost/db #1

Open jachinte opened 8 years ago

jachinte commented 8 years ago

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

birkir commented 8 years ago

Ok nice, thanks for the update. I'll take a look at this issue and get back to you.