Skip to content

Readme example doesn't point to a valid package #6

@m-sanders

Description

@m-sanders

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions