Home > other >  TypeError: Converting circular structure to JSON in JS
TypeError: Converting circular structure to JSON in JS

Time:11-09

trying to build a lil assignment and I got stuck with this type of error (as title) when I try a get request on "/strutture" tru insomnia.

To make things easier, here's the repo (inside src there is the server folder where I'm actually getting the problem, I still need to merge it with the react app):

query result of knex

  • Related