saleor / saleor-storefront

A GraphQL-powered, NextJs-based, PWA storefront for Saleor. IMPORTANT: This project is [DEPRECATED] in favor of saleor/react-storefront soon to become our default demo and storefront starter pack.
https://demo.saleor.io/
BSD 3-Clause "New" or "Revised" License
768 stars 677 forks source link

Trailing Slash in generated links #1104

Open tmechsner opened 3 years ago

tmechsner commented 3 years ago

What I'm trying to achieve

I tried to reset a password. However, the link in the e-mail does not work.

Steps to reproduce the problem

  1. Reset a customer's password.
  2. Click on the generated link in the password reset email.

What I expected to happen

I expect the link to work. The Link in the Email is https://xyz.com/reset-password?email=asd%40foo.org&token=12345 This link, however, doesn't work. It only works, when I add a trailing slash after "reset-password".

System information Operating system: Ubuntu Browser: Vivaldi