You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"stack": "TypeError: Converting circular structure to JSON\n --> starting at object with constructor 'Object'\n | property 'Provider' -> object with constructor 'Object'\n --- property '_context' closes the circle\n at JSON.stringify (<anonymous>)\n at stringify (/node_modules/express/lib/response.js:1150:12)\n at ServerResponse.json (/node_modules/express/lib/response.js:271:14)\n at file:///index.js:77:13\n at Generator.next (<anonymous>)\n at fulfilled (file:///index.js:4:58)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)",
"message": "Converting circular structure to JSON\n --> starting at object with constructor 'Object'\n | property 'Provider' -> object with constructor 'Object'\n --- property '_context' closes the circle"
}
Describe the bug
Handler with code
Rejects with error:
Workaround:
Use util.inspect:
Expected Behavior
Handler to return that json
Current Behavior
Handler rejects with error
Steps to reproduce
No response
Environment
No response
Forked from deep-foundation/js-docker-isolation-provider#10 by https://github.com/konard/gh-org-migrator
The text was updated successfully, but these errors were encountered: