SSR Page not updating
Answered
Willow Flycatcher posted this in #help-forum
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
1 Reply
@Willow Flycatcher 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.
export const dynamic = "force-dynamic"export this variable from your page
Answer