It seems that you are getting a 404 default backend, because your app is not running properly
and is crash-looping
(node:26) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Mongoose: invoices.ensureIndex({ invoiceNumber: 1 }, { background: true })
Mongoose: products.ensureIndex({ sku: 1 }, { background: true })
Mongoose: contacts.ensureIndex({ contact_id: 1 }, { background: true })
Mongoose: purchase_orders.ensureIndex({ invoiceNumber: 1 }, { background: true })
node:internal/process/promises:246
triggerUncaughtException(err, true /* fromPromise */);
^
[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<Object>".] {
code: 'ERR_UNHANDLED_REJECTION'
}
npm notice
npm notice New minor version of npm available! 7.19.1 -> 7.20.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.20.0>
npm notice Run `npm install -g npm@7.20.0` to update!
npm notice