Next.js Discord

Discord Forum

SSR Page not updating

Answered
Willow Flycatcher posted this in #help-forum
Open in Discord
Willow FlycatcherOP
I have a SSR page that fetches information from prisma every time. I have another service seperate that updates info in the database that prisma is using. The old data keeps displayed even when new data is in the database.
Answered by @ts-ignore
export const dynamic = "force-dynamic"

export this variable from your page
View full answer

1 Reply