Hello
My netlify site name:
https://epcc-pwa-demo.netlify.app/
Context:
Hello I am creating a password reset functionality and during the process I am sending users to a reset page with a JWT in the URL. For some reason when I click on that URL I get brought to a page with the following error message:
Page Not Found
Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site.
This seems to be a problem caused by the period in the JWT if it is not at the end of the URL. It works fine if I remove the period.
https://epcc-pwa-demo.netlify.app/password_reset/abc.abc ----> DOES NOT WORK
https://epcc-pwa-demo.netlify.app/password_reset/abcabc —> WORKS
https://epcc-pwa-demo.netlify.app/password_reset/abcabc. ----> ALSO WORKS