Strapi version for strapi-plugin-rest-cache #73
-
Hi Folks! I'm trying to install strapi-plugin-rest-cache version 4.2.8 on a strapi I'm using with version 4.8.2. My steps were: yarn add strapi-plugin-rest-cache Add plugins.ts to config/env/development. but it did not work. I thought, if the strapi version was not compatible with strapi-plugin-rest-cache. This can happen? |
Beta Was this translation helpful? Give feedback.
Answered by
derrickmehaffy
Oct 9, 2023
Replies: 1 comment 2 replies
-
You shouldn't use the env folder with the development environment for development it should just be ./config/plugins.ts Fairly certain this is a Strapi bug. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
derrickmehaffy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You shouldn't use the env folder with the development environment for development it should just be ./config/plugins.ts
Fairly certain this is a Strapi bug.