So, I got this error while try to ready my application for production. So, my index.js code is
const app = express(); const port = 8000; const cors = require(\'co