Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Incorrect URL Paths for Register and Forgot Password Links #1698

Open
mishl-dev opened this issue Dec 12, 2024 · 0 comments
Open
Labels

Comments

@mishl-dev
Copy link

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:

  1. Go to the Itch.io login page.
  2. Click on the "Register" button.
  3. Observe that it redirects to https://itch.io//register instead of the correct page.
  4. 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
image
image
image

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.

@mishl-dev mishl-dev added the bug label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant