You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am so excited about working with Strapi and the navigation plugin. I've set up a collection type (pages) and created a bunch of pages for my website, which I've assigned to different routes using the navigation plugin. Long story short, for each navigation item, I have the same content type (api::page.page), but different entities.
Now comes the sad part. When I fetch the navigation on my client side (GET http://localhost:1337/api/navigation/render/1?locale=en), the navigation items are returned correctly, all having the content type of api::page.page, but there is no reference whatsoever to the entities. In other words, I can't distinguish different pages.
I've tried searching the documentation; however, I couldn't find any reference to it. Is it something that isn't really supported, or am I doing something wrong? I would appreciate any feedback. Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there!
I am so excited about working with Strapi and the navigation plugin. I've set up a collection type (pages) and created a bunch of pages for my website, which I've assigned to different routes using the navigation plugin. Long story short, for each navigation item, I have the same content type (api::page.page), but different entities.
Now comes the sad part. When I fetch the navigation on my client side (GET http://localhost:1337/api/navigation/render/1?locale=en), the navigation items are returned correctly, all having the content type of api::page.page, but there is no reference whatsoever to the entities. In other words, I can't distinguish different pages.
I've tried searching the documentation; however, I couldn't find any reference to it. Is it something that isn't really supported, or am I doing something wrong? I would appreciate any feedback. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions