digistump / DigiFi

DigiX WiFi Library for the WIFI232-G Module
23 stars 10 forks source link

Can't start Digifi LOA #17

Closed vadimslu closed 4 years ago

vadimslu commented 4 years ago

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,