I am passing 148 objects as a JSON input to an endpoint but only 67 are received, why?

Answered

Hi,

I am passing information of 148 products like this ones (this products are retrieved from Meta's API):


This list is passed as JSON variable 'client_variants_meta' to another endpoint that uses this as an input.

However, if we use the requests history to check the inputs of that other endpoint, it says that there were 67 products in the JSON (instead of 148).



What is happening here? Is there a length limit on the JSON objects that can be passed as inputs to endpoints in Xano?


Thanks!

5 replies