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)