Get 404 redirect on https://replit.com/mobileDownload

When I am on the https://replit.com/mobileDownload that introducing the Replit Mobile app, but it redirect to 404 page when I reload the page.

If I recall correctly, it’s https://replit.com/mobile.

1 Like

Actually, I can reproduce this.

Steps:

  1. Open https://replit.com
  2. Click Mobile App in the sidebar
  3. Click anywhere in the pop-up
  4. Note the URL of https://replit.com/mobileDownload
  5. Refresh
3 Likes

Can reproduce with the steps you provided.

  • Win 11
  • Chrome
2 Likes

It’s likely serving the page https://replit.com/mobile, but using history.pushState to change the URL. Or some other form of URL manipulation. Right? That’s what I think.

It’s technically not a bug, because /mobileDownload isn’t really the right link.

(Windows 11 Home, MS Edge)