Issues with Magic Links
Hi, I'm new to Supabase. I'm having the following issues with magic links:
- Sometimes clicking on the link does not seem to authorize me. It opens my app and the
pages/index.js
redirects to my signin page. This is intermittent although it seems to be happening more frequently in the last few hours. When this happens, if I wait a minute or two it sometimes just magically redirects to the home page. So perhaps this is a latency issue as far as setting the session on Supabase?getServerSideProps() - After authenticating, calling
req.cookies["sb-access-token"]in an API route sometimes returns
. This too is intermittent. Other times I can see the cookie and it matched what I see in the developer tools.undefined