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
Using the plugin with the provider-rest-cache-memory provider fails in a typescript (CommonJS) environment (as generated by the create-strapi-app with ts support):
require() of ES Module .../node_modules/@strapi-community/provider-rest-cache-memory/node_modules/quick-lru/index.js from .../node_modules/@strapi-community/provider-rest-cache-memory/lib/MemoryCacheProvider.js not supported.
Instead change the require of index.js in .../node_modules/@strapi-community/provider-rest-cache-memory/lib/MemoryCacheProvider.js to a dynamic import() which is available in all CommonJS modules.`