Problem with Firefox. Error: Can't flush inside Tracker.autorun

Hello, I’ve got some problems running my web application(www.lemeat.com) o Firefox. Everytime i try o access the website i got a Error: Can’t flush inside Tracker.autorun.
Here is some debug information

t._runFlush()
c257fd22a0f1ce81a7999326760b4c3977118483.js:33
e()
c257fd22a0f1ce81a7999326760b4c3977118483.js:3
.send()
c257fd22a0f1ce81a7999326760b4c3977118483.js:69
.ajax()
c257fd22a0f1ce81a7999326760b4c3977118483.js:69
iet
c257fd22a0f1ce81a7999326760b4c3977118483.js:69
.getScript()
c257fd22a0f1ce81a7999326760b4c3977118483.js:69
c.loadLibs/d/s._preloadLib()
c257fd22a0f1ce81a7999326760b4c3977118483.js:219
c.loadLibs/d()
c257fd22a0f1ce81a7999326760b4c3977118483.js:219
c.loadLibs()
c257fd22a0f1ce81a7999326760b4c3977118483.js:219
i<.waitOn()
c257fd22a0f1ce81a7999326760b4c3977118483.js:219
d.prototype._runRoute/<()
c257fd22a0f1ce81a7999326760b4c3977118483.js:123
forEach()
self-hosted:216
A.forEach()
c257fd22a0f1ce81a7999326760b4c3977118483.js:1
d.prototype._runRoute()
c257fd22a0f1ce81a7999326760b4c3977118483.js:123
y.prototype.dispatch()
c257fd22a0f1ce81a7999326760b4c3977118483.js:123
y/i()
c257fd22a0f1ce81a7999326760b4c3977118483.js:123
p()
c257fd22a0f1ce81a7999326760b4c3977118483.js:115
e.bindEnvironment/<()
c257fd22a0f1ce81a7999326760b4c3977118483.js:3
p()
c257fd22a0f1ce81a7999326760b4c3977118483.js:115
e.bindEnvironment/<()
c257fd22a0f1ce81a7999326760b4c3977118483.js:3
p()
c257fd22a0f1ce81a7999326760b4c3977118483.js:115
e.bindEnvironment/<()
c257fd22a0f1ce81a7999326760b4c3977118483.js:3
p()
c257fd22a0f1ce81a7999326760b4c3977118483.js:115
e.bindEnvironment/<()
c257fd22a0f1ce81a7999326760b4c3977118483.js:3
p()
c257fd22a0f1ce81a7999326760b4c3977118483.js:115
e.bindEnvironment/<()
c257fd22a0f1ce81a7999326760b4c3977118483.js:3
p()
c257fd22a0f1ce81a7999326760b4c3977118483.js:115
e.bindEnvironment/<()
c257fd22a0f1ce81a7999326760b4c3977118483.js:3
p()
c257fd22a0f1ce81a7999326760b4c3977118483.js:115
e.bindEnvironment/<()
c257fd22a0f1ce81a7999326760b4c3977118483.js:3
l()
c257fd22a0f1ce81a7999326760b4c3977118483.js:115
d.prototype.dispatch/</<()
c257fd22a0f1ce81a7999326760b4c3977118483.js:123
t.Computation.prototype._compute()
c257fd22a0f1ce81a7999326760b4c3977118483.js:33
t.Computation()
c257fd22a0f1ce81a7999326760b4c3977118483.js:33
t.autorun()
c257fd22a0f1ce81a7999326760b4c3977118483.js:33
d.prototype.dispatch/<()
c257fd22a0f1ce81a7999326760b4c3977118483.js:123
t.nonreactive()
c257fd22a0f1ce81a7999326760b4c3977118483.js:33
d.prototype.dispatch()
c257fd22a0f1ce81a7999326760b4c3977118483.js:123
m.prototype.dispatch()
c257fd22a0f1ce81a7999326760b4c3977118483.js:123
r()
c257fd22a0f1ce81a7999326760b4c3977118483.js:123
t.Computation.prototype._compute()
c257fd22a0f1ce81a7999326760b4c3977118483.js:33
t.Computation()
c257fd22a0f1ce81a7999326760b4c3977118483.js:33
t.autorun()
c257fd22a0f1ce81a7999326760b4c3977118483.js:33
m.prototype.start()
c257fd22a0f1ce81a7999326760b4c3977118483.js:123
m/</<()
c257fd22a0f1ce81a7999326760b4c3977118483.js:123
.withValue()
c257fd22a0f1ce81a7999326760b4c3977118483.js:3
n/<()
c257fd22a0f1ce81a7999326760b4c3977118483.js:3
e.bindEnvironment/<()
c257fd22a0f1ce81a7999326760b4c3977118483.js:3
e()

Hi,

did you work out how to solve this? I have the exact same error :slight_smile:

Paul

Yep, the problem was associated with a atmosphere package (miro:preloader), a lazyloader that I had implemented on my meteor project.
I´ve just removed it and used require() to load the external css and js that I needed on the main page.

Ah ok, thank you. I will try to do the same :slight_smile:

Hey @nilsonivano,

Author of miro:preloader here :slight_smile:

I’d appreciate if you’d file an issue.

Thanks!