Closed pwzkrz closed 10 months ago
This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you!
narrowed down to find that this seems to be exactly the same problem as here: https://github.com/aws-amplify/amplify-hosting/issues/3707
Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
This issue has been automatically locked.
Before opening, please confirm:
Amplify Hosting feature
SSR
Is your feature request related to a problem? Please describe:
I have a problem with next.js 13 site using app router it uses server components to fetch data, however it seems it only serves static content from build time and not fetch data on server side. setting manual revalidate time does not seem to work neither in layout nor in fetch functions. my build settings:
Describe how you'd like this feature to work
i would expect that the content served would be no older than revalidate value