79684453

Date: 2025-06-30 08:37:12
Score: 1
Natty:
Report link

Do you use the cookie parser in the backend?

const cookieParser = require('cookie-parser');

and

app.use(cookieParser());

you should also omit domain. especially since you should write ‘localhost’ and not just localhost (must be string)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Torben G