Your app is crashing. Here's the latest log:

/root/.meteor/packages/meteor-tool/.1.11.1.nmm7cg.gs54++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:313
						throw(ex);
						^

MongoError: Index build failed: b91fc59b-b5f9-429e-9a68-ea988a936d70: Collection healthsoftTest.users ( 80c6ff6f-f293-4534-9725-e900799137a5 ) :: caused by :: E11000 duplicate key error collection: healthsoftTest.users index: username_1 dup key: { username: "BENassogba" }
    at Connection.<anonymous> (/root/.meteor/packages/npm-mongo/.3.8.1.16mfer0.acwz++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/lib/core/connection/pool.js:451:61)
    at Connection.emit (events.js:315:20)
    at processMessage (/root/.meteor/packages/npm-mongo/.3.8.1.16mfer0.acwz++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/lib/core/connection/connection.js:452:10)
    at TLSSocket.<anonymous> (/root/.meteor/packages/npm-mongo/.3.8.1.16mfer0.acwz++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mongodb/lib/core/connection/connection.js:621:15)
    at TLSSocket.emit (events.js:315:20)
    at addChunk (_stream_readable.js:295:12)
    at readableAddChunk (_stream_readable.js:271:9)
    at TLSSocket.Readable.push (_stream_readable.js:212:10)
    at TLSWrap.onStreamRead (internal/stream_base_commons.js:186:23) {
  ok: 0,
  code: 11000,
  codeName: 'DuplicateKey',
  keyPattern: { username: 1 },
  keyValue: { username: 'BENassogba' },
  '$clusterTime': {
    clusterTime: Timestamp { _bsontype: 'Timestamp', low_: 5, high_: 1768999705 },
    signature: {
      hash: Binary {
        _bsontype: 'Binary',
        sub_type: 0,
        position: 20,
        buffer: Buffer(20) [Uint8Array] [
           99, 150, 166, 213, 141,  66,
           16, 111, 168, 155,  43,  27,
          133, 183, 100,  68,   6, 149,
          122, 106
        ]
      },
      keyId: Long { _bsontype: 'Long', low_: 2, high_: 1754401259 }
    }
  },
  operationTime: Timestamp { _bsontype: 'Timestamp', low_: 5, high_: 1768999705 }
}
Exited with code: 1
Your application is crashing. Waiting for file change.
=> Meteor 3.3.2 is available. Update this project with 'meteor update'.