I have an app that renders a list of items on the server and then, via a realtime connection to supabase, updates the the list when new items are inserted. When I click on one of the new items to view the details (served at a child segment) and then navigate back I get the stale server rendered version of the page.
I think revalidate = 0 should solve this but I also tried dynamic = 'force-dynamic' and it doesn't help.
Can anyone point out what I'm getting wrong here?