strapi-community / strapi-plugin-protected-populate

MIT License
20 stars 5 forks source link

I installed and configured the plugin but the plugin menu didn't show up on the main interface. #13

Closed vsme closed 1 year ago

vsme commented 1 year ago

After installing the plugin, set the content of config/plugins.js to the following format:

module.exports = () => ({
  'protected-populate': {
    enabled: true,
  },
})

STRAPI VERSION v4.10.2

NODE VERSION v16.14.2

Boegie19 commented 1 year ago

@vsme did you rebuild the admin aka run the following command on your strapi project yarn build

vsme commented 1 year ago

@vsme did you rebuild the admin aka run the following command on your strapi project yarn build

Thank you very much for reminding me. I was running it directly using develop command and I thought there was no need to build it.