We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3659b5e commit 2293438Copy full SHA for 2293438
packages/next/src/server/lib/incremental-cache/index.ts
@@ -85,7 +85,7 @@ export class IncrementalCache {
85
cacheHandlerMod = cacheHandlerMod.default || cacheHandlerMod
86
}
87
88
- if (minimalMode && fetchCache) {
+ if (!incrementalCacheHandlerPath && minimalMode && fetchCache) {
89
cacheHandlerMod = FetchCache
90
91
0 commit comments