const corsConfig = { origin: true, credentials: true, }; app.use(cors(corsConfig)); app.options('*', cors(corsConfig));