You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that now I get an error: Object literal may only specify known properties, and 'cachestore_support' does not exist in type 'JsonapiConfig'.
^ This makes sense because there is no longer a reference to cachestore_support anywhere in the code. Is there a way inside of the config or elsewhere to disable all caching?
The text was updated successfully, but these errors were encountered:
snstarosciak
changed the title
Is there a way to disable all caching in 2.2.3? The old methods don't seem to work anymore
Is there a way to disable all caching in v2.2.3? The old methods don't seem to work anymore
Aug 22, 2021
After reviewing some of the older issues, I've tried adding this code to my root node
The problem is that now I get an error:
Object literal may only specify known properties, and 'cachestore_support' does not exist in type 'JsonapiConfig'.
^ This makes sense because there is no longer a reference to
cachestore_support
anywhere in the code. Is there a way inside of the config or elsewhere to disable all caching?The text was updated successfully, but these errors were encountered: