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 824f75c commit 14b7074Copy full SHA for 14b7074
next.config.js
@@ -49,6 +49,10 @@ const nextConfig = {
49
DEVELOPER_DOCS_: process.env.NEXT_PUBLIC_DEVELOPER_DOCS,
50
},
51
redirects,
52
+ // https://github.com/vercel/next.js/discussions/48324#discussioncomment-10748690
53
+ cacheHandler: require.resolve(
54
+ 'next/dist/server/lib/incremental-cache/file-system-cache.js'
55
+ ),
56
};
57
58
module.exports = withSentryConfig(nextConfig, {
0 commit comments