Skip to content

Reset Password route giving 404 #57

Open
@eviatarkhen

Description

@eviatarkhen

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions