Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speedup finding a matching handler + workaround for 'Too many recursion' #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lowi
Copy link

@lowi lowi commented Oct 6, 2017

After updating to Meteor 1.5 (from 1.2), we found a bug no Ubuntu 16 + Firefox 56 where too many routes would cause "Too many recursion" in browser console.

This workaround find the matching URL through iteration (instead of calling next() through Meteor.bindEnvironment()).

@dokithonon
Copy link

This is working. Thanks for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants