04-23-2018, 10:26 AM
hi
I set up UIconfig.js so
, but I can not connect to import data.
Maybe I need to do something else?
Thank's
I set up UIconfig.js so
Code:
ui: {
ssl: true,
host: 'domainname',
port: 443,
path: '/'
},
adapter: 'mongodb'
, but I can not connect to import data.
Code:
Error: Cannot find module 'mongojs'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:548:15)
at Function.Module._load (internal/modules/cjs/loader.js:475:25)
at Module.require (internal/modules/cjs/loader.js:598:17)
at require (internal/modules/cjs/helpers.js:11:18)
at Object.<anonymous> (/home/eml/gekko/plugins/mongodb/handle.js:1:77)
at Module._compile (internal/modules/cjs/loader.js:654:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:665:10)
at Module.load (internal/modules/cjs/loader.js:566:32)
at tryModuleLoad (internal/modules/cjs/loader.js:506:12)
at Function.Module._load (internal/modules/cjs/loader.js:498:3)
RECEIVED ERROR IN IMPORT 61216142502108495
Child process has died.
Maybe I need to do something else?
Thank's