pluginpal/strapi-plugin-config-sync

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

Closed this issue · 2 comments

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

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.

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!