strapi-community / strapi-plugin-publisher

A plugin for Strapi Headless CMS that provides the ability provides the ability to easily schedule publishing and unpublishing of any content type.
https://market.strapi.io/plugins/strapi-plugin-publisher
MIT License
48 stars 17 forks source link

docs(README): add instructions for clean admin rebuild #52

Closed rohitrathodxebia closed 1 year ago

rohitrathodxebia commented 1 year ago

Hi,

Recently I downloaded this plugin but it is not working. UI is not getting rendered on edit content as shown in the documentation image.

Thanks you in advance!!!

ComfortablyCoding commented 1 year ago

Try doing a clean build of the admin interface.

A clean build is done by deleting the .cache and build folder and the running the develop command

rohitrathodxebia commented 1 year ago

Thanks a lot it worked!!!

I would request you to please update the below section in your document - https://market.strapi.io/plugins/strapi-plugin-publisher From If the Publisher section does not appear after the plugin is enabled trigger a clean rebuild of the admin To If the Publisher section does not appear after the plugin is enabled than delete the auto generated folders .cache and build and run yarn develop or npm develop command.

ComfortablyCoding commented 1 year ago

Your welcome, and will do. Appreciate the suggestion.