Issue with supabase middleware.ts (auth with cookies)

I created github issue here - https://github.com/supabase/supabase/issues/18089

I bring attention to this issue because supabase docs was not tested for deploying on vercel - please vote up

If you ever wrote auth with cookies with supbase - let me know how you set up your middleware.ts
GitHub
Bug report Expected behavior I got this error during build process on vercel middleware.ts(7,22): error TS2339: Property 'getSession' does not exist on type 'SupabaseAuthClient'. Bu...
Was this page helpful?