pluginpal / strapi-plugin-config-sync

:recycle: CLI & GUI for continuous migration of config data across environments
https://www.pluginpal.io/plugin/config-sync
MIT License
255 stars 37 forks source link

Admin GUI doesn't show up with Strapi v4.12.5 #99

Closed karlkeefer closed 1 year ago

karlkeefer commented 1 year ago

Bug report

Describe the bug

Installing config-sync on a relatively clean Strapi install doesn't show the Admin GUI in the sidebar, even though the CLI tools work as expected, and the plugin is listed from the plugins page. I'm new to using Strapi - apologies if I'm missing an obvious step!

screenshot

boazpoolman commented 1 year ago

Hi @karlkeefer,

This plugin does not render a top level menu item like the media library does. It rather renders a section within the setting. Like the users permissions plugin does as well.

You should be able to find the admin page under the settings tab in you Strapi instance.

karlkeefer commented 1 year ago

Ah - thank you for pointing me in the right direction.

The image of the admin GUI is out of date, then - it shows something in the sidebar behind the modal.

config-diff

I made an updated screenshot. PR incoming!