-
SummaryIn production, prefetch request cause above error. is suspicious.Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
I am getting the same error with 16.0.8 and custom cache-handler.mjs in standalone mode. |
Beta Was this translation helpful? Give feedback.
-
|
It's time to drop an update here. There has been some confusion for In the case of OP here, the problem is serialization. As this issue points out: mrjasonroy/cache-components-cache-handler#29
And the solution, as the PR also points out, is to fix the serialization (and deserialization).
|
Beta Was this translation helpful? Give feedback.
It's time to drop an update here.
There has been some confusion for
cacheHandlerandcacheHandlersusage. One thing we should state clearly is that you can use both.In the case of OP here, the problem is serialization. As this issue points out: mrjasonroy/cache-components-cache-handler#29
And the solution, as the PR also points out, is to fix the serialization (and deserialization).