I am new to Backstage and trying to use EntityCatalogGraphCard inside my new plugin. however, I am not able to use it though everything is wrapped in a root EntityLayout
and each tab is an EntityLayout.Route
It's giving the error: No path for routeRef{type=absolute,id=catalog-graph}
On another side, if I simply move my code to EntityPage
and use <EntityCatalogGraphCard/>
, it works!!!
I tried checking in the docs as well, definitely I am missing some basics here.
Can someone please help me understand the issue? because of this, I have to keep my code on EntityPage
which is becoming more and more long day by day.