Nuxt + Supabase Realtime update bug: Updated data not showing correctly
I have a page that gets a list of posts from Supabase and displays them.
Nuxt flashing an empty version of the current page before navigating to the new one
I’ve got a strange bug with my Nuxt site where I have a list of data.
When the user clicks on ‘View’ it’s meant to navigate to a page with further details.
It does this, but before it shows the new page it flashes a version of the current page showing the table without the data.
Has anyone come across something like this before?