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
results in a JSON parsing error. I get this when using ember-data + fastboot + ember-ajax. This is likely because the ember model instance has a circular reference of some kind.
TypeError: Converting circular structure to JSON
at JSON.stringify (<anonymous>)
at createShoebox (/ember-fastboot-test/node_modules/fastboot/src/ember-app.js:456:26)
at visitRoute.then (/ember-fastboot-test/node_modules/fastboot/src/ember-app.js:325:11)
at tryCatch (/ember-fastboot-test/tmp/broccoli_merge_trees-output_path-Zr7UN3Cf.tmp/assets/rsvp.js:411:1)
at invokeCallback (/ember-fastboot-test/tmp/broccoli_merge_trees-output_path-Zr7UN3Cf.tmp/assets/rsvp.js:424:1)
at publish (/ember-fastboot-test/tmp/broccoli_merge_trees-output_path-Zr7UN3Cf.tmp/assets/rsvp.js:394:1)
at /ember-fastboot-test/tmp/broccoli_merge_trees-output_path-Zr7UN3Cf.tmp/assets/ember-testing/ext/rsvp.js:14:1
at invokeWithOnError (/ember-fastboot-test/tmp/broccoli_merge_trees-output_path-Zr7UN3Cf.tmp/assets/backburner.js:283:1)
at Queue.flush (/ember-fastboot-test/tmp/broccoli_merge_trees-output_path-Zr7UN3Cf.tmp/assets/backburner.js:153:1)
at DeferredActionQueues.flush (/ember-fastboot-test/tmp/broccoli_merge_trees-output_path-Zr7UN3Cf.tmp/assets/backburner.js:345:1)
The text was updated successfully, but these errors were encountered:
A model hook as follows:
results in a JSON parsing error. I get this when using ember-data + fastboot + ember-ajax. This is likely because the ember model instance has a circular reference of some kind.
Might be related to: ember-fastboot/fastboot#99
Stacktrace:
The text was updated successfully, but these errors were encountered: