-2
I have a client (front-end) that consumes an endpoint in an Laravel API, this endpoint communicates with an API in Node.js and this API in Node.js calls Laravel API methods (which called the Node API), all this happening in a single request and this is not working properly, the request enters an "infinite loop" and it takes a long time to return something, when it returns gives an error on the Node:
TypeError: Converting circular structure to JSON
True Luis, I stopped to think and I could take this request of the Node that calls Laravel, thanks for the tip!
– viniciussvl