You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After refreshing the page, the footer is still showing the old 2.17.0 version where it should show 2.18.1.
I noticed the home page and possibly other pages now have these headers appended:
cache-control: s-maxage=31536000
x-nextjs-cache: HIT
x-nextjs-prerender: 1
x-nextjs-stale-time: 4294967294
For some additional context, our Socialify next.js server currently runs behind Cloudflare CDN. By specifying s-maxage=31536000, these pages are instructing CDN nodes like Cloudflare to cache the page for a year. I don't believe that's the desired behavior.
@KemingHe when you have a moment - could you help look into this issue and help us understand the root cause and make recommendations? TY!
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
v2.17.0
which is working as expectedI noticed the home page and possibly other pages now have these headers appended:
For some additional context, our Socialify next.js server currently runs behind Cloudflare CDN. By specifying s-maxage=31536000, these pages are instructing CDN nodes like Cloudflare to cache the page for a year. I don't believe that's the desired behavior.
@KemingHe when you have a moment - could you help look into this issue and help us understand the root cause and make recommendations? TY!
The text was updated successfully, but these errors were encountered: