Describe the bug
I have a default middleware setup. a getSession works fine on client components, but it appears that the cookie is not available on calls from server routes.
calls from a client component work correctly: It appears that a call from a server route does not have access to the wos_session cookie? (prints { user: null } )
Describe the bug I have a default middleware setup. a getSession works fine on client components, but it appears that the cookie is not available on calls from server routes.
middleware
session lookup:
calls from a client component work correctly: It appears that a call from a server route does not have access to the wos_session cookie? (prints { user: null } )