Skip to content

fix(#233): middleware.ts → proxy.ts (Next 16) - #427

Merged
ChesterSchendel merged 1 commit into
mainfrom
claude/233-middleware-to-proxy
Jul 31, 2026
Merged

fix(#233): middleware.ts → proxy.ts (Next 16)#427
ChesterSchendel merged 1 commit into
mainfrom
claude/233-middleware-to-proxy

Conversation

@ChesterSchendel

Copy link
Copy Markdown
Contributor

Closes #233. Renames src/middleware.tssrc/proxy.ts (Next 16 deprecated the middleware convention). Content unchanged; build shows ƒ Proxy (Middleware) and the deprecation warning is gone. Auth redirects intact.

Next 16 deprecated the "middleware" file convention in favor of "proxy". Renamed
src/middleware.ts -> src/proxy.ts; content unchanged (default export + config
stay valid under the proxy convention). Build confirms Next picks it up
("ƒ Proxy (Middleware)" in the route table) and the deprecation warning is gone;
auth/redirect behavior unchanged.

/hq: no doc consequence (no /hq page references the file by name).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
runladder Ready Ready Preview Jul 31, 2026 3:08pm

Request Review

@ChesterSchendel
ChesterSchendel merged commit f67181d into main Jul 31, 2026
8 checks passed
@ChesterSchendel
ChesterSchendel deleted the claude/233-middleware-to-proxy branch July 31, 2026 15:11
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.

Migrate middleware.ts to proxy.ts (Next.js 16 deprecation)

1 participant