I'm trying to deploy Digifi LOA on ubuntu with MongoDB cluster, I was following documentation but when I am trying to start the app by running npm start development the startup process stuck at step:
Mongoose: losapplications.ensureIndex({ intermediary: 1 }, { background: true }) Mongoose: losapplications.ensureIndex({ decision_date: 1 }, { background: true }) Mongoose: losapplications.ensureIndex({ labels: 1 }, { background: true }) Mongoose: losapplications.ensureIndex({ random: 1 }, { sparse: true, background: true })
Please Note: the app can connect to mongoDB as I can see new collection which are being created by digifi.
Hi There,
I'm trying to deploy Digifi LOA on ubuntu with MongoDB cluster, I was following documentation but when I am trying to start the app by running
npm start development
the startup process stuck at step:Mongoose: losapplications.ensureIndex({ intermediary: 1 }, { background: true }) Mongoose: losapplications.ensureIndex({ decision_date: 1 }, { background: true }) Mongoose: losapplications.ensureIndex({ labels: 1 }, { background: true }) Mongoose: losapplications.ensureIndex({ random: 1 }, { sparse: true, background: true })
Please Note: the app can connect to mongoDB as I can see new collection which are being created by digifi.Thanks,