Supabase Api is not calling on client side
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",
1 Reply
What do you mean by it's not called again after initial load? Why would/should it be called again?