-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to store data on CouchDB v2.2.0 #878
Comments
Can you try It's been a very long time since I looked into this. The error
suggests that maybe the If you open http://192.168.1.2:5984, what credentials do you use to login with? Should be |
It is not hosted on the same machine but I tried to run this phonebook app on the same machine running the database and I'm receiving the exact same message.
I added one and also a
|
Hi,
I followed tutorial by @pmbanugo about phone book creation. It's working fine. Now, I want to store data on a CouchDB.
I'm running a v2.2.0 database running on the same network as hood.ie.
Here is the package.json file:
When I run
npm start -- --loglevel=verbose
I have the following message.If I include
dbUrlUsername
anddbUrlPassword
indbUrl
, I have this message.What am I missing here?
Thanks.
The text was updated successfully, but these errors were encountered: