Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR [ExceptionsHandler] Converting circular structure to JSON #133

Open
Flouse opened this issue Aug 29, 2024 · 0 comments
Open

ERROR [ExceptionsHandler] Converting circular structure to JSON #133

Flouse opened this issue Aug 29, 2024 · 0 comments
Assignees
Labels

Comments

@Flouse
Copy link
Contributor

Flouse commented Aug 29, 2024

image


2024-08-29 17:01:47.279    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)2024-08-29 17:01:47.279    at fulfilled (/app/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]_rxj_vktkdgz2jfantbtjoazfk5zi2m/node_modules/@nestjs/terminus/dist/health-check/health-check.service.js:17:58)2024-08-29 17:01:47.279    at Generator.next (<anonymous>)2024-08-29 17:01:47.279    at HealthCheckService.<anonymous> (/app/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]_rxj_vktkdgz2jfantbtjoazfk5zi2m/node_modules/@nestjs/terminus/dist/health-check/health-check.service.js:63:46) | 2024-08-29 17:01:47.279 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) |   |   |   | 2024-08-29 17:01:47.279 | at fulfilled (/app/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]_rxj_vktkdgz2jfantbtjoazfk5zi2m/node_modules/@nestjs/terminus/dist/health-check/health-check.service.js:17:58) |   |   |   | 2024-08-29 17:01:47.279 | at Generator.next (<anonymous>) |   |   |   | 2024-08-29 17:01:47.279 | at HealthCheckService.<anonymous> (/app/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]_rxj_vktkdgz2jfantbtjoazfk5zi2m/node_modules/@nestjs/terminus/dist/health-check/health-check.service.js:63:46) |  
-- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | --
2024-08-29 17:01:47.279 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) |  
  |   | 2024-08-29 17:01:47.279 | at fulfilled (/app/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]_rxj_vktkdgz2jfantbtjoazfk5zi2m/node_modules/@nestjs/terminus/dist/health-check/health-check.service.js:17:58) |  
  |   | 2024-08-29 17:01:47.279 | at Generator.next (<anonymous>) |  
  |   | 2024-08-29 17:01:47.279 | at HealthCheckService.<anonymous> (/app/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]_rxj_vktkdgz2jfantbtjoazfk5zi2m/node_modules/@nestjs/terminus/dist/health-check/health-check.service.js:63:46) |  

2024-08-29 17:01:47.279    at JsonErrorLogger.getErrorMessage (/app/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]_rxj_vktkdgz2jfantbtjoazfk5zi2m/node_modules/@nestjs/terminus/dist/health-check/error-logger/json-error-logger.service.js:13:35) |   |   | 2024-08-29 17:01:47.279 | at JsonErrorLogger.getErrorMessage (/app/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]_rxj_vktkdgz2jfantbtjoazfk5zi2m/node_modules/@nestjs/terminus/dist/health-check/error-logger/json-error-logger.service.js:13:35) |  
  |   | 2024-08-29 17:01:47.279 | at JsonErrorLogger.getErrorMessage (/app/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]_rxj_vktkdgz2jfantbtjoazfk5zi2m/node_modules/@nestjs/terminus/dist/health-check/error-logger/json-error-logger.service.js:13:35) |  
2024-08-29 17:01:47.279    at JSON.stringify (<anonymous>)2024-08-29 17:01:47.279    --- property 'req' closes the circle2024-08-29 17:01:47.279    \|     property 'res' -> object with constructor 'IncomingMessage'2024-08-29 17:01:47.279    --> starting at object with constructor 'ClientRequest'2024-08-29 17:01:47.279TypeError: Converting circular structure to JSON2024-08-29 17:01:47.279    --- property 'req' closes the circle2024-08-29 17:01:47.279    \|     property 'res' -> object with constructor 'IncomingMessage'2024-08-29 17:01:47.279    --> starting at object with constructor 'ClientRequest'2024-08-29 17:01:47.279[Nest] 1  - 08/29/2024, 9:01:47 AM   ERROR [ExceptionsHandler] Converting circular structure to JSON |   |   | 2024-08-29 17:01:47.279 | at JSON.stringify (<anonymous>) |   |   |   | 2024-08-29 17:01:47.279 | --- property 'req' closes the circle |   |   |   | 2024-08-29 17:01:47.279 | \|     property 'res' -> object with constructor 'IncomingMessage' |   |   |   | 2024-08-29 17:01:47.279 | --> starting at object with constructor 'ClientRequest' |   |   |   | 2024-08-29 17:01:47.279 | TypeError: Converting circular structure to JSON |   |   |   | 2024-08-29 17:01:47.279 | --- property 'req' closes the circle |   |   |   | 2024-08-29 17:01:47.279 | \|     property 'res' -> object with constructor 'IncomingMessage' |   |   |   | 2024-08-29 17:01:47.279 | --> starting at object with constructor 'ClientRequest' |   |   |   | 2024-08-29 17:01:47.279 | [Nest] 1  - 08/29/2024, 9:01:47 AM   ERROR [ExceptionsHandler] Converting circular structure to JSON
  |   | 2024-08-29 17:01:47.279 | at JSON.stringify (<anonymous>) |  
  |   | 2024-08-29 17:01:47.279 | --- property 'req' closes the circle |  
  |   | 2024-08-29 17:01:47.279 | \|     property 'res' -> object with constructor 'IncomingMessage' |  
  |   | 2024-08-29 17:01:47.279 | --> starting at object with constructor 'ClientRequest' |  
  |   | 2024-08-29 17:01:47.279 | TypeError: Converting circular structure to JSON |  
  |   | 2024-08-29 17:01:47.279 | --- property 'req' closes the circle |  
  |   | 2024-08-29 17:01:47.279 | \|     property 'res' -> object with constructor 'IncomingMessage' |  
  |   | 2024-08-29 17:01:47.279 | --> starting at object with constructor 'ClientRequest' |  
  |   | 2024-08-29 17:01:47.279 | [Nest] 1  - 08/29/2024, 9:01:47 AM   ERROR [ExceptionsHandler] Converting circular structure to JSON


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants