Static GitHub Issues

[541] Converting circular structure to JSON

prev: asyncData executed if middleware redirects (client-only)
next: Async requests on generated output

When I navigate to an address directly by entering in address bar I got below error.

TypeError: Converting circular structure to JSON
    at Object.stringify (native)
    at serialize (/home/masoud/Sources/cynthia-mobile/node_modules/serialize-javascript/index.js:72:20)
    at _callee2$ (/home/masoud/Sources/cynthia-mobile/node_modules/nuxt/dist/nuxt.js:1343:132)
    at tryCatch (/home/masoud/Sources/cynthia-mobile/node_modules/regenerator-runtime/runtime.js:64:40)
    at GeneratorFunctionPrototype.invoke [as _invoke] (/home/masoud/Sources/cynthia-mobile/node_modules/regenerator-runtime/runtime.js:299:22)
    at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/home/masoud/Sources/cynthia-mobile/node_modules/regenerator-runtime/runtime.js:116:21)
    at onFulfilled (/home/masoud/Sources/cynthia-mobile/node_modules/co/index.js:65:19)
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c466">#c466</a>)</em></sub></div>