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

Reset Password route giving 404 #57

Open
eviatarkhen opened this issue Mar 11, 2018 · 0 comments
Open

Reset Password route giving 404 #57

eviatarkhen opened this issue Mar 11, 2018 · 0 comments

Comments

@eviatarkhen
Copy link

eviatarkhen commented Mar 11, 2018

Here are all my relevant configurations:

AccountsTemplates.configure({
  defaultTemplate: 'Auth_page',
  defaultLayout: 'App_body',
  defaultLayoutRegions: {},
  defaultContentRegion: 'main',

  // Apearance
  showLabels: false,
  showForgotPasswordLink: true,
  hideSignUpLink: true,
  hideSignInLink: true,

  // Behavior
  overrideLoginErrors: false,
  negativeValidation: true,
  negativeFeedback: true,
});

AccountsTemplates.configureRoute('signIn', {
  name: 'signin',
  path: '/login',
  layoutTemplate: 'myLoginForm',
  redirect: '/dashboard',
});

AccountsTemplates.configureRoute('resetPwd', {
  name: 'resetPwd',
  path: '/reset-password',
});

When going to http://localhost:3000/reset-password, I'm getting a 404.
Am I missing something?

@eviatarkhen eviatarkhen changed the title Failed to execute 'replaceState' on 'History' Reset Password route giving 404 Mar 11, 2018
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

No branches or pull requests

1 participant