Why revalidate Alone Won't Make Your Next.js Dynamic Route Cacheable on Vercel

📰 Medium · JavaScript

I shipped six pull requests chasing the wrong cause. An empty array fixed it. Here’s the mental model I was missing. Continue reading on Medium »

Published 31 May 2026

Full Article

Title: Why revalidate Alone Won't Make Your Next.js Dynamic Route Cacheable on Vercel

URL Source: https://medium.com/@mariaHelllo/why-revalidate-alone-wont-make-your-next-js-dynamic-route-cacheable-on-vercel-b64a118ed423?source=rss------javascript-5

Published Time: 2026-05-31T13:54:55Z

Markdown Content:
[Sitemap](https://medium.com/sitemap/sitemap.xml)

[Open in app](https://play.google.com/store/apps/details?id=com.medium.reader&referrer=utm_source%3DmobileNavBar&source=post_page---top_nav_layout_nav-----------------------------------------)

Sign up

[Sign in](https://medium.com/m/signin?operation=login&redirect=https%3A%2F%2Fmedium.com%2F%40mariaHelllo%2Fwhy-revalidate-alone-wont-make-your-next-js-dynamic-route-cacheable-on-vercel-b64a118ed423&source=post_page---top_nav_layout_nav-----------------------global_nav------------------)

[](https://medium.com/?source=post_page---top_nav_layout_nav-----------------------------------------)

Get app

[Write](https://medium.com/m/signin?operation=register&redirect=https%3A%2F%2Fmedium.com%2Fnew-story&source=---top_nav_layout_nav-----------------------new_post_topnav------------------)

[Search](https://medium.com/search?source=post_page---top_nav_layout_nav-----------------------------------------)

Sign up

[Sign in](https://medium.com/m/signin?operation=login&redirect=https%3A%2F%2Fmedium.com%2F%40mariaHelllo%2Fwhy-revalidate-alone-wont-make-your-next-js-dynamic-route-cacheable-on-vercel-b64a118ed423&source=post_page---top_nav_layout_nav-----------------------global_nav------------------)

![Image 1: Unknown user](https://miro.medium.com/v2/resize:fill:32:32/1*dmbNkD5D-u45r44go_cf0g.png)

# Why `revalidate` Alone Won't Make Your Next.js Dynamic Route Cacheable on Vercel

[![Image 2: Maria Kim](https://miro.medium.com/v2/resize:fill:32:32/1*N3NgoLllOHVYdC-CY5sF5g.png)](https://medium.com/@mariaHelllo?source=post_page---byline--b64a118ed423---------------------------------------)

[Maria Kim](https://medium.com/@mariaHelllo?source=post_page---byline--b64a118ed423---------------------------------------)

8 min read

·

May 31, 2026

[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Fvote%2Fp%2Fb64a118ed423&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40mariaHelllo%2Fwhy-revalidate-alone-wont-make-your-next-js-dynamic-route-cacheable-on-vercel-b64a118ed423&user=Maria+Kim&userId=4ff16e915d81&source=---header_actions--b64a118ed423---------------------clap_footer------------------)

--

[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Frepost%2Fp%2Fb64a118ed423&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40mariaHelllo%2Fwhy-revalidate-alone-wont-make-your-next-js-dynamic-route-cacheable-on-vercel-b64a118ed423&user=Maria+Kim&userId=4ff16e915d81&source=---header_actions--b64a118ed423---------------------repost_header------------------)

--

[](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2F_%2Fbookmark%2Fp%2Fb64a118ed423&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40mariaHelllo%2Fwhy-revalidate-alone-wont-make-your-next-js-dynamic-route-cacheable-on-vercel-b64a118ed423&source=---header_actions--b64a118ed423---------------------bookmark_footer------------------)

[Listen](https://medium.com/m/signin?actionUrl=https%3A%2F%2Fmedium.com%2Fplans%3Fdimension%3Dpost_audio_button%26postId%3Db64a118ed423&operation=register&redirect=https%3A%2F%2Fmedium.com%2F%40mariaHelllo%2Fwhy-revalidate-alone-wont-make-your-next-js-dynamic-route-cacheable-on-vercel-b64a118ed423&source=---header_actions--b64a118ed423---------------------post_audio_button------------------)

Share

_I shipped six pull requests chasing the wrong cause. An empty array fixed it. Here’s the mental model I was missing._

I had two sibling routes in the same Next.js App Router app, deployed to the same Vercel project, with the exact same caching config. One of them cached beautifully. The other was served fresh from the origin on every si
Read full article → ← Back to Reads