itchio / itch

🎮 The best way to play your itch.io games
https://itch.io/app
MIT License
2.38k stars 210 forks source link

Register link broken #3086

Open zoqueteart opened 1 month ago

zoqueteart commented 1 month ago

When you click the 'register' link on the login page, it directs you to https://itch.io//register (broken link) instead of https://itch.io/register.

Using version 26.1.9 on Windows 10.

CyrillGRT commented 1 month ago

same issue here on the app in Windows 10

i think its because inside src/common/constants/urls.ts the base url used (${itchio}) ends with a '/' so it redirects you to https://itch.io//register

same problem for https://itch.io//user/forgot-password