I am trying to implement the "password reset" proc...
# support-questions-legacy
j
I am trying to implement the "password reset" process. I am getting the email but when I press on the reset password button I get the following text returned: "Cannot GET /auth/reset-password". I have the EmailPassword.init() in the recipeList of the supertokens.init on my express server. I assumed the app.use(middleware()); would take of the rest. Is there something else I need to add to my express server?