ShahriarKh / strapi-content-type-explorer

🗺 Content-Type Explorer is a Strapi plugin that visualizes your content types and their relationships like an ERD (Entity Relationship Diagram).
MIT License
24 stars 3 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading 'withConfig') #8

Closed nickkaradzha closed 6 months ago

nickkaradzha commented 6 months ago

After installing plugin, I wasn't able to use Strapi, because of this mistake:

image image

My Strapi version is v4.4.1. My Node version is v16.14.2 I use Next.js v13.0.2

ShahriarKh commented 6 months ago

Hi @nickkaradzha I tested with strapi v4.15.5 and node v18.17.0 and the plugin is working correctly.

Please try:

nickkaradzha commented 6 months ago

Hi, @ShahriarKh! Thanks for reply.