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
252 stars 36 forks source link

Strapi 5: Initial export in admin not working #144

Open Pijuli opened 4 hours ago

Pijuli commented 4 hours ago

Bug report

After installing the config sync plugin, when running yarn build I get the following error

Rollup failed to resolve import "@strapi/helper-plugin" from "/home/node/node_modules/strapi-plugin-config-sync/admin/src/index.js". This is most likely unintended because it can break your application at runtime.

Screenshots

image

System

Pijuli commented 3 hours ago

Looks like

yarn add strapi-plugin-config-sync@2.0.0-beta.4

fixes the installation error... yet, no initial export can be done. It's simply not working 😢

image

boazpoolman commented 3 hours ago

Yeah, the 2.0.0 beta should be used for v5, but it still has some issues, mainly on the admin side.

The CLI should work as expected, so you can use that in the mean time :)

Pijuli commented 3 hours ago

I have some mates not really cli friends. I'll keep track on this! We are just starting the project, so no need to rush it. We'll be back when is fixed.

Thank you for the work!