Your app is crashing. Here's the latest log:
Errors prevented startup:
While building for os.linux.x86_64:
server/reset-license.js:95:26: /opt/meteor/miteam/server/reset-license.js: Unexpected reserved word 'await'. (95:26)
93 | });
94 |
> 95 | var members = _.pluck(await Meteor.users.find({"profile.lastLogin": {$gt: moment().subtract(1,"months")._d}},{fields: {_id: 1}}).fetchAsync(), "_id");
| ^
96 | var dsPlayers = _.pluck(await Meteor.users.find({"profile.isdsplayer": true},{fields: {_id: 1}}).fetchAsync(), "_id");
97 | TimestampLog.log("[License] dsPlayers: " + dsPlayers.length);
98 | TimestampLog.log("[License] activeWebcasts: " + await Asets.find({asset_type: "GROUP", rebroadcast: true},{fields: {_id: 1}}).countAsync());
Your application has errors. Waiting for file change.