-
I created a db with some name lets say mydb
I put the url that was on the service credentials, dont know how it will choose the db...
got this error using the debbuger:
connect:cloudant-store D…
-
I have the following nested settings:
https://gist.github.com/sweatpantsninja/4741147
Settings.cloudant.facebook_database should always be "facebook_data", but in development, I get Settingslogic::Mi…
-
The instructions under `Setting up a Cloudant database in Bluemix` are not working for me with `wsk package refresh`. However, I am able to use `ic fn service bind` command.
```
ic fn package ref…
-
I want starter code that is configured to talk to Cloudant database. This involves grabbing all the ektorp jars and setting up the server.xml with the right features and shared lib definition.
See…
-
We just verified that we do have support for env. variables in #249 and they can be referenced by using ($) dollar notation like `$CLOUDANT_USERNAME` and `$CLOUDANT_PASSWORD` in the following exampl…
-
I'm trying to setup an app on Heroku. Heroku provides the URL to the your couch instance through an environment variable. So connecting to the database would be achieved like this:
```
var CouchClien…
-
When creating an action (or any other entity) in a namespace having a name that has a `_` as the leading character, the controller encounters the following error when saving the entity document in clo…
-
I'm struggling to get superlogin to work with my Cloudant database (hosted on IBM Bluemix). Perhaps my knowledge of node.js isn't up to par, however I feel the superlogin documentation does not provid…
-
I tried cloudant extension and it worked well when using "Retrieve the hole database" operation.
But it cannot work when using "Query a view" operation.
My parameter settings is as follows:
![2016-05-…
-
I'm not sure whether this is an appropriate place to ask, so I'm sorry if the general google group would've been better.
I'd like to be able to stay logged in to Cloudant. One or another of my devi…