Skip to content

yoohahn/next-force-static-issue

Repository files navigation

next-force-static-issue

Next.js 15.4.7

yarn build;yarn start

Route (app)                                 Size  First Load JS
┌ ○ /_not-found                            991 B         101 kB
├ ƒ /[config]                              133 B        99.8 kB
└ ○ /[config]/[...slug]                    133 B        99.8 kB
+ First Load JS shared by all            99.7 kB
  ├ chunks/326-aa214a4d8954c168.js       43.7 kB
  ├ chunks/4bd1b696-e1ee501b1f3528ba.js  54.1 kB
  └ other shared chunks (total)          1.88 kB


ƒ Middleware                             33.2 kB

○  (Static)   prerendered as static content
ƒ  (Dynamic)  server-rendered on demand

   ▲ Next.js 15.4.7
   - Local:        http://localhost:3333
   - Network:      http://10.2.3.36:3333

 ✓ Starting...
 ✓ Ready in 361ms

Visit => http://localhost:3333/sv => Cache-Control header value => s-maxage=1800, stale-while-revalidate=31534200

Next.js 15.5.3

yarn build;yarn start

Route (app)                                 Size  First Load JS
┌ ○ /_not-found                            993 B         103 kB
├ ƒ /[config]                              133 B         102 kB
└ ○ /[config]/[...slug]                    133 B         102 kB
+ First Load JS shared by all             102 kB
  ├ chunks/261-365528a26c8a7d42.js       45.8 kB
  ├ chunks/4bd1b696-bc41f9a1b0daa128.js  54.2 kB
  └ other shared chunks (total)          1.88 kB


ƒ Middleware                               34 kB

○  (Static)   prerendered as static content
ƒ  (Dynamic)  server-rendered on demand

   ▲ Next.js 15.5.3
   - Local:        http://localhost:3333
   - Network:      http://10.2.3.36:3333

 ✓ Starting...
 ✓ Ready in 373ms

Visit => http://localhost:3333/sv => Cache-Control header value => private, no-cache, no-store, max-age=0, must-revalidate

Next.js 15.6.0-canary.21

yarn build;yarn start

Route (app)
┌ ○ /_not-found
├ ƒ /[config]
└ ○ /[config]/[...slug]


ƒ Middleware

○  (Static)   prerendered as static content
ƒ  (Dynamic)  server-rendered on demand

   ▲ Next.js 15.6.0-canary.21
   - Local:        http://localhost:3333
   - Network:      http://10.2.3.36:3333

 ✓ Starting...

Visit => http://localhost:3333/sv => Cache-Control header value => s-maxage=1800, stale-while-revalidate=31534200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published