Next.js + elysia.js cookie session issue
"This cookie was blocked because it had the "SameSite=Lax" attribute and the request was made from a different site and was not initiated by a top-level navigation."
the cookies getting blocked by saying this error above.
my frontend is next js in local enviornment and the backend is in elysia js in deployed version
we are using authClient.useSession() for getting the session.
then this error coming
do any one know how to fix this issue
:elysia: :next:

0 Replies