req.cookies.state is always empty
niteeshchaudhary opened this issue · 1 comments
niteeshchaudhary commented
Which sample has a bug?
login with linkedin
How to reproduce the issue
whenever there is https request to token function it says that req.cookies.state is not defined
Steps to set up and reproduce
just run it
Debug output
Error in the token Function: undefined
davidjnovak commented
I am experiencing this, receiving the message "State cookie not set or expired."
Were you ever able to resolve this issue?