Next JS Cookie Same Site = None

I have a NextJs project.

I am trying to Introspect my Graph API through Apollo Studio.

I need the Cookie to change sameSite from Lax => None.

I have set the Environment Variable to ==> AUTH0_COOKIE_SAME_SITE=‘none’

The change does not take effect.

Any help is appreciated.

1 Like