conico974
conico974
This is an issue with yarn pnp. One easy fix would be to not use pnp If you need it, you may want to take a look at this https://github.com/evanw/esbuild/issues/2495#issuecomment-1227269139...
It does work for me in V3 with next 14. ( Not tested yet in next 12)
It should be fixed now, if that's still an issue just reopen this
@celso-alexandre Sorry for the delay, i totally missed this. Yeah dynamo-provider is a lambda, but it is only run once at deploy time. It is only used to prepopulate the...
Page router don't use dynamodb How are you deploying ? With sst ? What are the `X-Nextjs-Cache`, `Cache-Control` and `X-Cache` headers for your stale pages ? You're not building on...
Try adding `x-prerender-revalidate` to the list of allowed cache policy headers in cloudfront. There is a PR for that already https://github.com/sst/sst/pull/3713 You can do it in the aws console for...
I'm going to close this old issue. If that's still an issue, reopen and provide a reproduction
You're right, docs could always be better. I'll try to explain things more clearly. There is 2 different cache used in open-next: - The S3 cache, which is used for...
Sorry for the delay, > the S3 Cache should be considered part of "Core" instead of part of "ISR" (as per the diagram) since it also effects SSG and soon...
This is a tricky one because your 500 page is not static html, it is actually SSG (which from next POV is like ISR). That's next that is overwriting your...