-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I've updated my next
project to the version 15 coming with react
version 19.
But now when I build the app and run it, I get 2 different type errors in the console:
[TypeError: Cannot read properties of undefined (reading 'isDynamic')]
[Error: failed to pipe response] { [cause]: [TypeError: readable.pipeTo is not a function] }
I can still build the app, still use the app and still use the cache, basically everything is working fine.
But these two errors are spammed in the console every time I navigate or do actions on the website.
Because I pay the log usage once the app is deployed, this bug is major for me.
I'm almost certain the bug come from this library because when I don't use this cache and fallback to the next
cache, these errors are not logged anymore.
Environment:
- OS: Windows
- Node.js version: 18.18.0
@neshca/cache-handler
version: 1.9.0next
version: 15.1.4
peter-neumann-dev, AyronK, ViktorShev, pepew-le-boss, benjapadilla1 and 5 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working