node-vision / strapi-plugin-entity-relationship-chart

Strapi Plugin displays Entity Relationship Diagram of all models, fields and relations.
180 stars 24 forks source link

Relations not shown and availability for Strapi v.3.6.x #20

Open ATrogolo opened 2 years ago

ATrogolo commented 2 years ago

Hi, I'm currently using Strapi@3.6.8 and I'd like to know if is there a way to run this plugin with this version.

Using strapi-plugin-entity-relationship-chart@3.1.0 the app is starting, but the relations are not visible. Are you experiencing this issue with v.3.1.0?

asd

Thanks, Andrea

kalnode commented 1 year ago

IMHO, I would be shocked if this worked in v3, but would be nice.

In any case, for reference, I tried too (not knowing this was a v4 plugin) and I couldn't get past strapi build. Kept getting an error: "You need to run strapi build in a Strapi project. Make sure you are in the right directory." I only got my old functionality back by deleting the plugin from package.json, deleting the node_modules folder and running npm install once more.