Closed ronildo closed 2 years ago
Hi,
I've the same issue with Strapi 4.1.0.
Here my setup :
"rest-cache": { config: { provider: { name: "memory", options: { max: 32767, maxAge: 3600, }, }, strategy: { contentTypes: [ "api::brand.brand", "api::category.category", "api::crypto-currency.crypto-currency", "api::currency.currency", "api::page.page", "api::product.product", "api::shipping-country.shipping-country", "api::shipping-price.shipping-price", "api::shipping-type.shipping-type", "api::shipping-zone.shipping-zone", "api::vat-rate.vat-rate", "api::vendor.vendor", "api::vat.vat", "api::wallet.wallet", ], }, }, },
@stafyniaksacha I believe the issue is with the packaging.
Here is a print of GitHub repo for the package:
And here is the print of my node_modules
Hello @ronildo @DimitriDerthe , that is fixed in the v4.0.4
: the strapi-server.js
was missing
Unless I'm doing something wrong I don't see this plugin working... I followed the steps under the getting started page, and nothing happened.
I also tried using in memory and also redis.