-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
I spotted an issue in the Next.js 15 instructions:
const { Next15CacheHandler } = require("@fortedigital/next-15-cache-handler");
module.exports = new Next15CacheHandler();
I am guessing the cache handler import path is incorrect as there is no @fortedigital/next-15-cache-handler
package. Should it be '@fortedigital/nextjs-cache-handler/next-15-cache-handler'
?
Additionally, a complete working example in the README.md
would be awesome. I have pieced something together that almost works, albeit with console spam with this issue, vercel/next.js#74240, which I think is an issue with @neshca/cache-handler
. but might just be me.
Metadata
Metadata
Assignees
Labels
No labels