iron-meteor / iron-router

A client and server side router designed specifically for Meteor.
MIT License
1.98k stars 413 forks source link

Broken on Chrome Canary #1520

Closed lorensr closed 8 years ago

lorensr commented 8 years ago

Today IR stopped working for me on latest OS X Canary – my 404 route always renders. Works fine on latest vanilla Chrome.

On page load:

iron_middleware-stack.js:198 Uncaught Error: Handler with name 'route' already exists.

image

lorensr commented 8 years ago

Fixed by 7e6da3b

joaopiopedreira commented 8 years ago

Hi @lorensr, is this in production? I'm having this issue with my app after updating Chrome stable (it's not even Canary) today. Where is commit 7e6da3b? Can't see it anywhere... Cheers

lorensr commented 8 years ago

This is in the latest version. For more info see #1513