It must be an express app (that is, an app created using const app = express()) It MUST NOT be an express server, that is, it must not have been passed to http.createServer(app) The apiMountPoint ...