Replies: 1 comment
-
I cannot reproduce this issue with wrappers. Can you please double check if you're calling it properly? I see response similar to
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to set up the Menu. But facing some issues.
Inside the strapi, it looks nested but in the API endpoint, it shows as a separate item. Also, it holds data with a key "parent"
Is it supposed to be inside the items of the wrapper right? Or am I doing something wrong?
In the endpoint, it's not nested at all.
Here is the API response I'm getting. https://gist.github.com/mcnaveen/6de3d4ffd3cb78f285353b3a4ee6d4cb
Even though I tried to pass the type params as TREE, FLAT all look the same.
Beta Was this translation helpful? Give feedback.
All reactions