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

errorMessage: Converting circular structure to JSON #158

Open
Aqua-4 opened this issue Jul 18, 2021 · 0 comments
Open

errorMessage: Converting circular structure to JSON #158

Aqua-4 opened this issue Jul 18, 2021 · 0 comments

Comments

@Aqua-4
Copy link

Aqua-4 commented Jul 18, 2021

While creating a node I am able to create the node, but it throws the following error.

{
    "errorMessage": "Converting circular structure to JSON\n    --> starting at object with constructor 'Neode'\n    |     property 'models' -> object with constructor 'ModelMap'\n    --- property '_neode' closes the circle",
    "errorType": "TypeError",
    "stackTrace": [
        "TypeError: Converting circular structure to JSON",
        "    --> starting at object with constructor 'Neode'",
        "    |     property 'models' -> object with constructor 'ModelMap'",
        "    --- property '_neode' closes the circle",
        "    at JSON.stringify (<anonymous>)",
        "    at createHandler (/home/xxx/xxxcreateHandler.js:38:16)",
        "    at processTicksAndRejections (internal/process/task_queues.js:97:5)"
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant