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

Errors prevented startup:

While building for os.linux.x86_64:
server/3cx.js:168:22: /opt/meteor/miteam/server/3cx.js: Unexpected reserved word 'await'. (168:22)

  166 |     try {
  167 |         // First, attempt to get the access token
> 168 |         accessToken = await getAccessToken();
      |                       ^
  169 |     } catch (error) {
  170 |         console.error('getActiveCalls');
  171 |     }

Your application has errors. Waiting for file change.