Admin > Settings > Roles only shows blank page

System Information
  • Strapi Version: “@strapi/strapi”: “4.1.5”,
  • Operating System: OSX Monterey
  • Database: SQLite
  • Node Version: 16.13.0
  • NPM Version: 8.5.1
  • Yarn Version:

Hello, I’m building an e-commerce website using Next.js, Strapi, GraphQL and Apollo.

I’ve attempted this several different ways until I landed with Strapi, which was working really well, but after I loaded in Apollo (I don’t think Apollo caused the issue) to the frontend then came back to the backend I found that the Admin runs into issues for some pages, returning a blank page - particularly the links under Users & Permissions Plugin in Settings.

I’ve tried deleting node_modules & package-lock.json and npm install again and various other restarting, but to no avail. I notice that my GraphQL is not able to pull correct data (i.e. I query {categories{id}} but it says I can only select data, meta and _typename). Can anyone help to resolve?