You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The "Register" and "Forgot Password" buttons on the Itch.io login page lead to incorrect URLs due to an extra forward slash in the paths.
To Reproduce
Steps to reproduce the behavior:
Go to the Itch.io login page.
Click on the "Register" button.
Observe that it redirects to https://itch.io//register instead of the correct page.
Similarly, click on the "Forgot Password" button, which redirects to https://itch.io//user/forgot-password instead of the expected page.
Expected behavior
The "Register" button should correctly redirect users to https://itch.io/register.
The "Forgot Password" button should correctly redirect users to https://itch.io/user/forgot-password.
Screenshots
Desktop (please complete the following information):
OS: Windows 11
Browser: Brave
Version: 1.73.101 Chromium
Additional context
This issue might confuse users trying to register or reset their passwords. Fixing the URL paths would greatly improve the user experience.
The text was updated successfully, but these errors were encountered:
Describe the bug
The "Register" and "Forgot Password" buttons on the Itch.io login page lead to incorrect URLs due to an extra forward slash in the paths.
To Reproduce
Steps to reproduce the behavior:
https://itch.io//register
instead of the correct page.https://itch.io//user/forgot-password
instead of the expected page.Expected behavior
The "Register" button should correctly redirect users to
https://itch.io/register
.The "Forgot Password" button should correctly redirect users to
https://itch.io/user/forgot-password
.Screenshots
Desktop (please complete the following information):
Additional context
This issue might confuse users trying to register or reset their passwords. Fixing the URL paths would greatly improve the user experience.
The text was updated successfully, but these errors were encountered: