Riccardo B. Desantis

Results 5 comments of Riccardo B. Desantis

I'm using the package for [cloudant](https://github.com/cloudant/nodejs-cloudant) at the moment and it works OK, give it a go @dynamite-ready.

This didn't solve my problem. Here's my configuration: ```javascript app.use(session({ store: require('sessionstore').createSessionStore({ type: 'couchdb', host: `${config.dbCredentials.protocol}://${config.dbCredentials.host}`, port: config.dbCredentials.port, dbName: 'sessions', username: config.dbCredentials.user, password: config.dbCredentials.password, timeout: 10000 }), saveUninitialized: false, resave:...

Well I've tried updating to the latest snapshot and now it seems to be working, sorry. I'll try sometimes more before closing it, or if you assure me that it...

It still happens sometimes, and waiting and keeping asking doesn't solve the problem. EDIT: also performing a ScaleOut: ``` yaml !extended { name: ScaleOut, params: [eu-west-1/i-f80eea1e,1] } ``` doesn't solve...

+1 for this issue. I've tried setting both `minStorage` and `maxStorage` to 0 and the deploy didn't work, and the same happened when I didn't use any `minStorage` and `maxStorage`...