docs icon indicating copy to clipboard operation
docs copied to clipboard

Broken redirect: `https://pris.ly/d/migrate-resolve` leads to 404

Open m11o opened this issue 1 week ago • 0 comments

Bug description

The URL https://pris.ly/d/migrate-resolve is currently broken and results in a 404 error.

Current Codebase State

I found the following references in the codebase that seem related to this redirect:

  1. Existing File: content/200-orm/500-reference/300-errors/migrate-resolve.mdx exists with the following content:
    • https://github.com/m11o/prisma-docs/blob/e8d4bde9e9d65008f38bd37a1686ccd4c67ff139/content/200-orm/500-reference/300-errors/migrate-resolve.mdx
  2. Redirect Rule: static/_redirects contains the following rule:
    • https://github.com/m11o/prisma-docs/blob/b821fbad154581d1ed004a0808d27d8784ec631a/static/_redirects#L839
  3. References within Prisma Documentation: The broken link https://pris.ly/d/migrate-resolve is referenced in error messages in content/200-orm/500-reference/250-error-reference.mdx.
    • https://github.com/m11o/prisma-docs/blob/e8d4bde9e9d65008f38bd37a1686ccd4c67ff139/content/200-orm/500-reference/250-error-reference.mdx#L383
  4. References within Prisma CLI: This link is also crucial as it's referenced directly within the prisma CLI for user guidance when migrations fail or when using migrate resolve commands:

Expected behavior

The link https://pris.ly/d/migrate-resolve should redirect to the correct documentation section: https://www.prisma.io/docs/orm/prisma-migrate/workflows/patching-and-hotfixing#failed-migration

Steps to reproduce

  1. Click on https://pris.ly/d/migrate-resolve
  2. Observe the 404 error page.

m11o avatar Dec 14 '25 12:12 m11o