I just started receiving a build error from Next.js where I'm using Supabase Auth:
"Route /settings/organization/teams couldn't be rendered statically because it used
cookies
cookies
."
From what I've read, the SSR package uses cookies, and I migrated to that over two months ago and didn't start receiving the error until the past week. I did update Next.js because of the react flight vuln, but that's the only thing that's changed that I can think of.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.