Trying to bring up this app in Bluemix Dedicated with Dedicated Cloudant instance, the name of the service is different from public and has a space in it. This is causing the app to break in multiple ways (app.js and both files under /config need to be modified to pick up the Cloudant DB)
Here is what the sample app env services looks like:
2017-04-04T22:18:13.14-0700 [App/0] OUT services:
2017-04-04T22:18:13.14-0700 [App/0] OUT { 'cloudantNoSQLDB Dedicated': [ [Object] ],
2017-04-04T22:18:13.14-0700 [App/0] OUT conversation: [ [Object] ] },
Hi,
Trying to bring up this app in Bluemix Dedicated with Dedicated Cloudant instance, the name of the service is different from public and has a space in it. This is causing the app to break in multiple ways (app.js and both files under /config need to be modified to pick up the Cloudant DB)
Here is what the sample app env services looks like: 2017-04-04T22:18:13.14-0700 [App/0] OUT services: 2017-04-04T22:18:13.14-0700 [App/0] OUT { 'cloudantNoSQLDB Dedicated': [ [Object] ], 2017-04-04T22:18:13.14-0700 [App/0] OUT conversation: [ [Object] ] },
Could the apps be updated to account for this?
Thanks!