Im trying to follow the next js docs and set a viewport search param from middleware, however supabase my Auth provider, sets up middleware to revalidate cookies from the following video https://www.youtube.com/watch?v=v6UvgfSIjQ0
However this causes the searchParams to be removed, how can I get around or fix it??
Authentication is essential for modern app development! In this video, Jon Meyers configures Supabase Auth to use cookies, and implements OAuth using GitHub in an Email Client, written with the Next.js App Router.
https://supabase.com/docs/guides/auth/social-login/auth-github
The Next.js App Router blurs the lines between Client and Server, th...