-
Notifications
You must be signed in to change notification settings - Fork 187
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
Redirect after sign in #381
Comments
This is my workaround I pass the current url in this Session.set('fromWhere1', Router.current().url); |
you have to pass back in the afteraction |
Thanks for the reply! |
the problem is fromWhere data will be set to undefined when in sign-in page On Mon, Sep 7, 2015 at 5:32 PM, CrazyClicker [email protected]
|
Hello guys!
I'm using custom function to check login on Router.onBeforeAction, with the following code
But I keep getting redirected to '/dashboard' url after signing in, no matter what page I was trying to reach.
Any suggestions?
The text was updated successfully, but these errors were encountered: