But when I set the cacheSeconds property by value greater than 60 the Cache-Control header was changing and max-age ans s-maxage properties have the provide cacheSeconds property value.
Can you have any idea how to use cacheSeconds property with value less than 60?
I understand the reported issue is causing inconvenience. Rest assured, we have scheduled it for investigation and a possible fix in the 3rd week of August.
Until then if it works, we recommend using cachebust option
const content = await builder
// Get the page content from Builder with the specified options
.getall(builderModelName, {
enrich: true,
cachebust: true,
})