Closed nye closed 8 years ago
I’m sorry, this is our fault. We are about to release a new Hoodie version, and you got mixed up between the old and the new. hoodie-client
is part of the new architecture, but hoodie new my_app
gives you the old server right now.
You can follow these instructions to setup the new server instead: https://github.com/hoodiehq/hoodie-app-something-tracker#setup
ANd then do new Hoodie({url: 'http://127.0.0.1:8080/'});
or whatever portnumber you’ve set
OK! It makes sense now ;) Thank you very much!
sure :)
Hello!
I'm new to Hoodie and Couch and I'm trying to understand but can't make them to work with React.
First, I've created a new hoodie app with
hoodie new my_app
CouchDB started: http://127.0.0.1:6003 Waiting for CouchDB [*-----] SUCCESS WWW: http://127.0.0.1:6001 Admin: http://127.0.0.1:6002
Then, I have a React app running on a different domain and trying to connect to hoodie:
And when I try to login
I got this on browser console
So, is it possible to do this? What's the correct URL?
Thank you!