#Server component - data is not updated

3 messages · Page 1 of 1 (latest)

viral estuary
#

I have a server component in a project made with Next 13, app structure.
I fetch some data from supabase and display it.
I'm struggling to find a way to update the data in my UI, after the supabase data changes. This dosen't happens.

Change data in supabase -> Refresh my ui -> display still old data (even with hard refresh)

lilac lake
#

did you make the page dynamique?

#

revalidate means ISR with 10 second, so the page will only reload every 10 seconds