You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm currently experimenting oeCloud for our internal operation to completely replace existing workflow application.
Currently we're stuck in how to connect our database to cloud-based MongoDB atlas under 2 reasons:
It seemed that oecloud needs the database user as an admin, which is not really applicable in production environment. I'd like to know if there's manual override to this.
I keep getting this Connection fails: { MongoError: no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.name: 'MongoError', message: 'no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.', ok: 0, errmsg: 'no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.', code: 8000, codeName: 'AtlasError' }
This is my datasource.json file:
Hi! I'm currently experimenting oeCloud for our internal operation to completely replace existing workflow application.
Currently we're stuck in how to connect our database to cloud-based MongoDB atlas under 2 reasons:
Connection fails: { MongoError: no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.name: 'MongoError', message: 'no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.', ok: 0, errmsg: 'no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.', code: 8000, codeName: 'AtlasError' }
This is my
datasource.json
file:The text was updated successfully, but these errors were encountered: