Is there anyway to remove domain checking from coo...
# support-questions
g
Is there anyway to remove domain checking from cookies for preview environments? I have been unable to login in our vercel preview environments because of this check. Console outputs: > Cookie “sIRTFrontend” has been rejected for invalid domain. > Cookie “sFrontToken” has been rejected for invalid domain. Weirdly enough, the domain does match. I already tried to put sameSite: none, but no success.
2 Views