Closed dimmduh closed 1 year ago
This issue is stale because it has been open for 14 days with no activity.
~@Zaydme I am also having this issue on strapi v4.10.1
after restarting multiple times. Is there a way to manually enable it?~
@dimmduh run npm run build
in your strapi directory then npm run develop
again and you will see your custom field. Seems this is now necessary for strapi.
Same issue. The plugin marketplace says it's installed but no matter what I try, I never see the custom field available in the custom fields tab. I've tried npm run build
and npm run develop
several times with no luck. Please help!
Please update Strapi to the latest version and make sure you run
$ npm install strapi-plugin-multi-select --save
# OR
$ yarn add strapi-plugin-multi-select
$ npm run build
$ npm run develop
Installed, rebuilded, but nothing. No custom field. 4.9.2 (node v18.12.0)