You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{cookies}from'next/headers'import{createServerComponentClient}from'@supabase/auth-helpers-nextjs'exportdefaultasyncfunctionHome(){constsupabase=createServerComponentClient({ cookies })const{ data }=awaitsupabase.from('todos').select()return<pre>{JSON.stringify(data,null,2)}</pre>}
The text was updated successfully, but these errors were encountered:
createServerComponentClient
なるものがある! なのでNext13.4にアップデートしたら着手するThe text was updated successfully, but these errors were encountered: