Our app isn’t working right for one of our users in Chrome. It works for him in IE, but not Chrome. He is on the latest version of Chrome, and it worked from him in Chrome a couple days ago.
We had him clear cache and try incognito. He says he is not running any script blockers like Noscript or Ghostery. He says he hasn’t installed any new extensions recently.
Here is the console output, but it’s pretty useless due to minification.
Exception in callback of async function: Error: Handler with name 'u' already exists.
at s._create (https://my.whiterabbitexpress.com/6c2165819848ff7448fc15fd5f3be52f5a83e75b.js?meteor_js_resource=true:186:1648)...
I’m worried that whatever is going on may be affecting other users. But I’m a bit at a loss of how to troubleshoot this mysterious issue.
Same problem here, Firefox no problem; Chrome no go…
I’am running Version 51.0.2704.63 (64-bit) of Chrome on Linux a collegue on Windows does not seem to have the same problem, my macbook is currently updating to the latest version… tbc
No idea yet of where to look for a solution
So:
Windows no problem
Linux and OS X no such luck
Hi! I have the similar issue.
Today after updating Chrome to latest version I have an Error in browser’s console
"Exception in callback of async function: Error: Handler with name ‘hookWithOptions’ already exists."
and app doesn’t work!
I have found some older topics on stackowerflow related to this error
they say that this error is caused by multiple onBeforeAction in Iron Router
I just tryed to comment all onBeforeAction in my code, but it doesn’t change situation
I started seeing users get this issue as well starting on 5/25. Turns out that was the same day that Chrome released version 51.0.2704. Once I upgraded to the latest Chrome version on my own machine, the issue came up for me.