Dashboard drawer menu items not responding

System Information
  • Strapi Version: 4.1.5 +
  • Operating System: Ubuntu 20.04
  • Database: Postgres
  • Node Version: 16.14.2
  • NPM Version: 7.20.5
  • Yarn Version: 1.22.18

The links in my drawer have stopped responding:

  • Content Manager
  • Plugins
  • Content-Type Builder
    • Media Library
  • General
  • Plugins
  • Marketplace
  • Settings

Those as well as the links for collection types and single types do nothing when selected. However when manually going to those via the url for example: mydomain.com/admin/content-manager/singleType/api::home-page.home-page I am able to save, publish and update all fields and content types. The same goes for the collection types. I can get a full listing of all the collection types choose one from the list and have full editing. The navigation bars on the side are the only things not working.

I have rebuilt the admin several times and have gone thru the recent upgrades. I am running strapi on 2 other seperate websites as well and none of them have this issue.

Any ideas on how to resolve are welcome.

1 Like

Hi, I changed version of strapi/design-system to alpha.79. It’s worked for me. here is my dependencies =>

"dependencies": {
    "@strapi/design-system": "0.0.1-alpha.79",
    "@strapi/plugin-i18n": "4.1.7",
    "@strapi/plugin-users-permissions": "4.1.7",
    "@strapi/strapi": "4.1.7",
    "mysql": "^2.18.1",
    "slugify": "^1.6.5",
    "sqlite3": "5.0.2",
    "strapi-plugin-ckeditor5": "2.1.1-rc.1"
  }

node:16.3.0
npm:8.3.0

That was spot on. I changed my design-system to 0.0.1-alpha.79 got everything working again.

1 Like