Skip to content

Fix 404 on TypeScript converters-and-encryption page - #4594

Merged
lennessyy merged 2 commits into
mainfrom
fix/ts-converters-redirect
May 19, 2026
Merged

Fix 404 on TypeScript converters-and-encryption page#4594
lennessyy merged 2 commits into
mainfrom
fix/ts-converters-redirect

Conversation

@lennessyy

@lennessyy lennessyy commented May 19, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Removed a Vercel redirect that was intercepting /develop/typescript/converters-and-encryption and sending it to a non-existent /develop/typescript/best-practices/converters-and-encryption route
  • The page already serves at the correct URL via its frontmatter slug field, so the redirect was causing a 404

Test plan

  • Verify /develop/typescript/converters-and-encryption no longer 404s after deploy

🤖 Generated with Claude Code

┆Attachments: EDU-6393 Fix 404 on TypeScript converters-and-encryption page

The Vercel redirect was intercepting the request before Docusaurus
could serve the page via its frontmatter slug. The page already
serves at /develop/typescript/converters-and-encryption via its
slug, so the redirect is unnecessary and causes a 404.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@lennessyy
lennessyy requested a review from a team as a code owner May 19, 2026 18:59
@vercel

vercel Bot commented May 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
temporal-documentation Ready Ready Preview, Comment May 19, 2026 7:33pm

Request Review

@github-actions

github-actions Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

📖 Docs PR preview links

This PR does not change any pages in /docs. If you make updates, links to the modified pages will appear here.

@lennessyy
lennessyy enabled auto-merge (squash) May 19, 2026 19:31
@lennessyy
lennessyy merged commit 9fc1801 into main May 19, 2026
10 checks passed
@lennessyy
lennessyy deleted the fix/ts-converters-redirect branch May 19, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants