You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rohidas-gowda Thanks for reporting and sharing your code base.
I tested your code and see the problem. As a quick solution to get the code running, you can write //@ts-ignore above the line req.session.foo = 'bar';.
That worked for me, but I will look into a better solution, if it makes sense for this example in the book.
In the chapter 5, In "save session to database" section
is giving following error
So I am not able to modify the sessions.
The error path:
The text was updated successfully, but these errors were encountered: