Weird redirect when using Content Manager using Strapi 4.6.0

System Information
  • Strapi Version: 4.6.0
  • Operating System: MacOS
  • Database: sqllite
  • Node Version: 16.14.2
  • NPM Version:
  • Yarn Version: 1.22.19

Hey all,

I recently started a new project using Strapi 4.6.0 and everytime I go to use Content Manager, it is redirecting to http://localhost:1337/admin/content-manager/singleType/api::about.about by default with two errors in the console: TypeError: Cannot read properties of undefined (reading 'reduce') and TypeError: Cannot read properties of undefined (reading 'editRelations'). Any ideas why this is happening and how to fix it?

Cheers

Aha, I write this too soon, when looking into the error message, it was an API conflict with naming. All fixed.