TypeError: Converting circular structure to JSON

TypeError: Converting circular structure to JSON
    --> starting at object with constructor 'PgSerial'
    |     property 'table' -> object with constructor 'PgTable'
    --- property 'id' closes the circle
    at JSON.stringify (<anonymous>)
    at Context.json (file:///C:/dev/work/express/node_modules/.pnpm/hono@4.1.1/node_modules/hono/dist/context.js:184:23)
    at file:///C:/dev/work/express/src/index.js:17:21
    at dispatch (file:///C:/dev/work/express/node_modules/.pnpm/hono@4.1.1/node_modules/hono/dist/compose.js:29:23)
    at file:///C:/dev/work/express/node_modules/.pnpm/hono@4.1.1/node_modules/hono/dist/compose.js:30:20
    at prettyJSON2 (file:///C:/dev/work/express/node_modules/.pnpm/hono@4.1.1/node_modules/hono/dist/middleware/pretty-json/index.js:5:11)
    at dispatch (file:///C:/dev/work/express/node_modules/.pnpm/hono@4.1.1/node_modules/hono/dist/compose.js:29:23)
    at file:///C:/dev/work/express/node_modules/.pnpm/hono@4.1.1/node_modules/hono/dist/compose.js:6:12
    at file:///C:/dev/work/express/node_modules/.pnpm/hono@4.1.1/node_modules/hono/dist/hono-base.js:188:31
    at Hono.dispatch (file:///C:/dev/work/express/node_modules/.pnpm/hono@4.1.1/node_modules/hono/dist/hono-base.js:198:7)
image.png
Was this page helpful?