pluginpal / strapi-plugin-config-sync

:recycle: CLI & GUI for continuous migration of config data across environments

Home Page:https://www.pluginpal.io/plugin/config-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2.0.0-beta.2 doesn't work with strapi@5.0.0-rc.1

jordanernult opened this issue · comments

Bug report

Describe the bug

the tag 2.0.0-beta.2 doesn't work using strapi@5.0.0-rc.1. The panel admin doesn't build.

Expected behavior

I would be able to use the admin panel with the last release candidate.

Screenshots

image

System

  • Node.js version: 20.15.0
  • NPM version: 10.8.1
  • Strapi version: 5.0.0-rc.1
  • Plugin version: 2.0.0-beta.2
  • Database: sqlite
  • Operating system: macOs

Additional context

Hi @jordanernult,

Thanks for reporting this bug!
I’ve resolved the issue in PR #130.
Will release a new beta version shortly.

Hi @boazpoolman,
Great job, I was missing the addition of config-sync in renderAdmin function, in order to do the PR.

This was released with version v2.0.0-beta.3.

Please report a new issue if you experience any other problems.