79280157

Date: 2024-12-14 06:15:27
Score: 1
Natty:
Report link

check your cors origin ip are corrects or wrong any spell mistake app.use(cors({

origin: [process.env.ORIGIN,process.env.LAN,process.env.WIFI],
methods: ['GET', 'POST', 'PUT', 'DELETE'],
credentials: true,

})); your frontend ip and cookie domain are same or not

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Haresh Kedar