Hi everyone! I am trying to implement these 3 things to my NextJS app:
1. Magic Link
2. Google signin
3. Anonymous users login.
I am facing a problem with Magic Link though. I followed literally every YT tutorial and your official docs for setting app magic link. It works only for one email address. No other email address works. Does that mean something?
The email address that works is the one im signed up in the Supabase account. Also, when I signin with magic link, and set the flag to create a user to true, shouldn't it create a record in the database Users?
Thanks!