Cache (fetch request) doesn't work in dockerized NextJS app
Unanswered
Chalcid wasp posted this in #help-forum
Chalcid waspOP
If I use await fetch(url, { next: { revalidate: 120 } }), it breaks the navigation and it doesn't navigate to the page that use cache. It works only if i use await fetch(url, { cache: 'no-store'}). Is this a bug? NextJS v14.2.19