#Cloudfront caching
1 messages · Page 1 of 1 (latest)
Hi @tough totem. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not contain specific information about caching a dynamically rendered page in Cloudfront with Next.js version 14 App Router.
However, it's important to note that in Next.js, whether a route is cached or not at build time depends on whether it's statically or dynamically rendered. Static routes are cached by default, whereas dynamic routes are rendered at request time, and not cached (source (https://nextjs.org/docs/app/building-your-application/caching#static-and-dynamic-rendering)).