qs module depth limit issue #4279
-
hi there, Please help me with this. i have some graphql type api with adonis. Means i can fetch or filter nested relationships by sending the query string. somthing like this...
this is using axios under the hood. so the final query string in the request is like this.
it is working fine till 5 levels deep. but beyond that the query string is not parsed properly. so in this example the populate 'continent' is parsed like this
you can see object key is string with brackets i know it is related to qs module parse depth limit config. So i tried to set the config for body parser and increased the depth to 10. But that doesnt help. If any one can guide me? it will be lot of help for me. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
Solution --- #4293 (comment) |
Beta Was this translation helpful? Give feedback.
Solution --- #4293 (comment)