Open
Description
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
Labels
No labels