Answer the question
In order to leave comments, you need to log in
Cookie parser not working?
tell me why the cookie-parser does not work, I installed it, wrote it to the middleware, but the request to the api takes an infinitely long time, that is, this middleware does not skip . I do not need the token to be written to cookies
Answer the question
In order to leave comments, you need to log in
app.use(cookieParser());
You are passing a reference to a function, but you need to make a call.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question