We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using meteor 0.8.1.1 and iron-router-auth 0.2.0. Just after I have added the the package, I've got following errors in my console.
Uncaught TypeError: Cannot read property 'redirectOnLogin' of undefined iron-router-auth.js:8
You called Router.path for a route named join_channel but that route doesn't seem to exist. Are you sure you created it? utils.js:209
You called Router.path for a route named new_channel but that route doesn't seem to exist. Are you sure you created it?
The text was updated successfully, but these errors were encountered:
@C0rrupted are you doing this client or server side? currently, this only works client side.
Sorry, something went wrong.
I havent even done anything yet, just added the package, and when I get to browser, error messages pop in console
No branches or pull requests
I am using meteor 0.8.1.1 and iron-router-auth 0.2.0. Just after I have added the the package, I've got following errors in my console.
Uncaught TypeError: Cannot read property 'redirectOnLogin' of undefined iron-router-auth.js:8
You called Router.path for a route named join_channel but that route doesn't seem to exist. Are you sure you created it? utils.js:209
You called Router.path for a route named new_channel but that route doesn't seem to exist. Are you sure you created it?
The text was updated successfully, but these errors were encountered: