Missing state cookie from login request (yes, another one!)

Hi,

This helped me: Cypress login on page with withPageAuthRequired fails with "Missing state cookie from login request" error · Issue #1392 · auth0/nextjs-auth0 · GitHub

I added the following AUTH0_TRANSACTION_COOKIE_SAME_SITE=none to my .env file and it fixed my issue.

Hope it works for you.

2 Likes