Some search results for 'schema' redirect to a 404 page. likely cause: generated URL includes `/latest` Steps to reproduce issue: 1. open Prisma docs 2. search for "schema" 3. click certain reference results 4. observe 404 page Reference Demo: https://github.com/user-attachments/assets/e4e60516-0181-46a6-ae76-deed56a570cd Example: broken URLs redericted through search: https://www.prisma.io/docs/orm/latest/more/best-practices https://www.prisma.io/docs/orm/latest/prisma-schema/overview/location https://www.prisma.io/docs/orm/latest/reference/prisma-schema-reference https://www.prisma.io/docs/orm/latest/prisma-schema/data-model/models etc... Working URL: https://www.prisma.io/docs/orm/more/best-practices https://www.prisma.io/docs/orm/prisma-schema/overview/location https://www.prisma.io/docs/orm/reference/prisma-schema-reference https://www.prisma.io/docs/orm/prisma-schema/data-model/models *Removing `/latest` from the URL loads the correct page.
Some search results for 'schema' redirect to a 404 page.
likely cause: generated URL includes
/latestSteps to reproduce issue:
Reference Demo:
prisma_bug.mp4
Example:
broken URLs redericted through search:
https://www.prisma.io/docs/orm/latest/more/best-practices
https://www.prisma.io/docs/orm/latest/prisma-schema/overview/location
https://www.prisma.io/docs/orm/latest/reference/prisma-schema-reference
https://www.prisma.io/docs/orm/latest/prisma-schema/data-model/models
etc...
Working URL:
https://www.prisma.io/docs/orm/more/best-practices
https://www.prisma.io/docs/orm/prisma-schema/overview/location
https://www.prisma.io/docs/orm/reference/prisma-schema-reference
https://www.prisma.io/docs/orm/prisma-schema/data-model/models
*Removing
/latestfrom the URL loads the correct page.