AI helpbot wasn't helpful, so I'm looking for some Human help. I am trying to enable a simple login function for my app. There are two user types: Photographers and Clients. v0 is using the Supabase auth system to create this function.
Over probably 20 iterations of this I have yet to successfully log into the deployed version of my app. I've gotten a few "non iteritable" errors, a few loops, and some redirects that just have the login page persist. The last few times I've gotten "Not Authed" pages that redirect me to the login page.
When in the Preview I can achieve login, including when it brings me to the localhost version of the app. The most success I've had is the "Magic Link" type of auth.
The expected behavior is obviously to allow a user to access the app. Is there a specific thing that a novice dev would be missing here?