I’m having a strange issue that only occurs in a production build where the application.hbs file is getting rendered multiple times causing a stack overflow.
The full error log is:
Uncaught (in promise) RangeError: Maximum call stack size exceeded
at Array.<anonymous> (index.js:7592:1)
at W._trigger (backburner.js:1082:1)
at W._end (backburner.js:977:1)
at W.end (backburner.js:708:1)
at W._run (backburner.js:1007:1)
at W._join (backburner.js:987:1)
at W.join (backburner.js:758:1)
at Array.<anonymous> (index.js:7597:1)
at W._trigger (backburner.js:1082:1)
at W._end (backburner.js:977:1)
I can’t pinpoint where the actual issue is, although have been able to reproduce it locally using ember s --environment=production.
Does anyone have any ideas about where I might start debugging this issue?
2 posts - 1 participant