fileKey: 'optionalFileKey', serverURL: 'http://localhost:1337/parse' // Don't forget to change to https if needed }); // Start server await server.start(); // Serve the Parse API on the /parse URL prefix app.use('/parse', server.app); app.listen(1337, function() { console....