You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When presented with the login form by going to a protected route, then signing in, a blank page is shown with the following console error:
Error: FlowRouter.redirect is not a function
TypeError: FlowRouter.redirect is not a function
at AccountsTemplates.postSubmitRedirect (client.js:130)
at AccountsTemplates.submitCallback (client.js:221)
at at_pwd_form.js:174
at Accounts.callLoginMethod.userCallback (password_client.js:59)
at accounts_client.js:195
at underscore.js:750
at loggedInAndDataReadyCallback (accounts_client.js:306)
If I go to the login form route directly and login, then I get directed to the home page as expected.
The text was updated successfully, but these errors were encountered:
I have all routes protected except user account routes as follows:
When presented with the login form by going to a protected route, then signing in, a blank page is shown with the following console error:
If I go to the login form route directly and login, then I get directed to the home page as expected.
The text was updated successfully, but these errors were encountered: