Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

URL routing doesn't canonicalize //, rendering 404 for new tab buttons in client

A topic by Arden Wade created Dec 09, 2023 Views: 100
Viewing posts 1 to 1
(5 edits)

That's actually two problems:

  1. Your backend routing doesn't canonicalize `//`, so `//games` isn't canonicalized to and recognized as `/games`, which should be.
  2. The base URL constant has a slash, while added components have one too.

Update: Posted to GitHub issue tracker for the client: https://github.com/itchio/itch/issues/2975. No need to reply here.

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.