Next.js Discord

Discord Forum

Help with revalidating pages.

Unanswered
itsMU1X posted this in #help-forum
Open in Discord
my page is caching my mysql values, and after a specific time revalidate the page
is there's a config or something for this? using next 13.4 app directory with server component.
i guess i don't have to put codes here, i need to know how to let next.js in every request to make a fresh page.

11 Replies

please mention if you replied
@joulev what example?
ohhhh
yeah just put export const revalidate = 0 instead of false (default value)
omg i'm an idiot
then all requests won't be cached
@joulev then all requests won't be cached
i saw that, i just saw the last one, and yep it works thank you budd
np youre welcome