docs
docs copied to clipboard
Broken redirect: `https://pris.ly/d/migrate-resolve` leads to 404
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:
- Existing File:
content/200-orm/500-reference/300-errors/migrate-resolve.mdxexists with the following content:- https://github.com/m11o/prisma-docs/blob/e8d4bde9e9d65008f38bd37a1686ccd4c67ff139/content/200-orm/500-reference/300-errors/migrate-resolve.mdx
- Redirect Rule:
static/_redirectscontains the following rule:- https://github.com/m11o/prisma-docs/blob/b821fbad154581d1ed004a0808d27d8784ec631a/static/_redirects#L839
- References within Prisma Documentation: The broken link
https://pris.ly/d/migrate-resolveis referenced in error messages incontent/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
- References within Prisma CLI: This link is also crucial as it's referenced directly within the
prismaCLI for user guidance when migrations fail or when usingmigrate resolvecommands:MigrateStatus.ts(when migrations fail): https://github.com/prisma/prisma/blob/9c148724bfc7e2f68306cbcbc5ae1dcf6a8a75be/packages/migrate/src/commands/MigrateStatus.ts#L224MigrateResolve.ts: https://github.com/prisma/prisma/blob/9c148724bfc7e2f68306cbcbc5ae1dcf6a8a75be/packages/migrate/src/commands/MigrateResolve.ts#L35
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
- Click on
https://pris.ly/d/migrate-resolve - Observe the 404 error page.