Next.js Discord

Discord Forum

Server side rendered on demand

Unanswered
Russian Blue posted this in #help-forum
Open in Discord
Russian BlueOP
This is showing when I build, does it mean I have no statically rendered pages? even tho I did not explicitly state that I want dynamic rendering ("force-dynamic") it is showing like this.

4 Replies

English Angora
I think you are accessing dynamic functions like cookies, searchParams in your pages (server components)
dynamic functions makes your pages dynamic rendered
those mean that your pages are server rendered, it dosent specify if its on demand, if its fetched once and cached
it just differentiates between a server rendered and a completely static page