I just made an major upgrade from 4.25.22 to 5.11.3 with npx @strapi/upgrade major
. I unsinstalled the 2 marketplace plugins not compatible and deleted there config.
Running npx strapi dev
I get this error:
MigrationError: Migration core::5.0.0-discard-drafts (up) failed: Original error: id is not defined │
│ at E:\strapiV5-mysql-Test\node_modules\umzug\lib\umzug.js:169:27 │
│ at process.processTicksAndRejections (node:internal/process/task_queues:95:5) │
│ at async Umzug.runCommand (E:\strapiV5-mysql-Test\node_modules\umzug\lib\umzug.js:125:20) │
│ at async Object.up (E:\strapiV5-mysql-Test\node_modules\@strapi\database\dist\index.js:8199:13) │
│ at async Object.up (E:\strapiV5-mysql-Test\node_modules\@strapi\database\dist\index.js:8225:21) │
│ at async Object.sync (E:\strapiV5-mysql-Test\node_modules\@strapi\database\dist\index.js:2787:17) │
│ at async Strapi.bootstrap (E:\strapiV5-mysql-Test\node_modules\@strapi\core\dist\index.js:9976:24) │
│ at async Strapi.load (E:\strapiV5-mysql-Test\node_modules\@strapi\core\dist\index.js:9936:9) │
│ at async develop (E:\strapiV5-mysql-Test\node_modules\@strapi\strapi\dist\chunks\index-Dnwd8Bvd.js:1796:32) │
│ at async action$5 (E:\strapiV5-mysql-Test\node_modules\@strapi\strapi\dist\chunks\index-Dnwd8Bvd.js:1944:9)
what can I do?