I'm developing a Next.js app that uses Supabase for OAuth, and I've run into a weird problem. The authentication works perfectly on desktop, but when I try it on my iPad (both in Safari and Chrome), it fails. Has anyone experienced this issue or have any suggestions for how to fix it?
1 Answer
What's the error message you’re seeing? It’s important to narrow down the issue.

I'm getting a 401 unauthorized error. It seems like the session or user info isn't loading properly, so it's not passing through the middleware and isn’t receiving the auth token.