Error 500 after updating from 4.4.7 to latest

System Information
  • Strapi Version: latest
  • Operating System: docker container
  • Database: mariadb
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hello everyone,

After updating our strapi to latest to get the import/export features, we encounter a big issue when we request /API on one single type. It returns :
on populate : 2023-11-21 17:31:49.647] error: Metadata for “menu-dashboard.menu-dashboard” not found
Error: Metadata for “menu-dashboard.menu-dashboard” not found
at Map.get (/service.strapi/node_modules/@strapi/database/dist/index.js:2268:13)
at morphToMany (/service.strapi/node_modules/@strapi/database/dist/index.js:3236:22)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async applyPopulate (/service.strapi/node_modules/@strapi/database/dist/index.js:3363:9)
at async Object.execute (/service.strapi/node_modules/@strapi/database/dist/index.js:4250:11)
at async morphX (/service.strapi/node_modules/@strapi/database/dist/index.js:3179:18)
at async applyPopulate (/service.strapi/node_modules/@strapi/database/dist/index.js:3358:9)
at async Object.execute (/service.strapi/node_modules/@strapi/database/dist/index.js:4250:11)
at async oneToMany (/service.strapi/node_modules/@strapi/database/dist/index.js:3069:18)
at async applyPopulate (/service.strapi/node_modules/@strapi/database/dist/index.js:3345:9)

There is no trace of menu-dashboard component so we don’t understand what’s happens and where we can delete the blocking reference.

Thanks for your help

1 Like

Some update from our side :

All updates are going well until we try to bump from 4.14.0 to 4.15.1