I am building the Sass platform using Next.js with Supabase.
Currently I am using Supabase on the client side to retrieve data for my user list view table, but after the initial load, it is not called again.
However, after refreshing the browser, I can retrieve data from Supabase. Why is that?
I am using this: "import { createClient } from '@supabase/supabase-js';"
"@supabase/supabase-js": "^2.53.0",