Skip to content

docs: clarify overlapping dynamic route parameters limitation#4130

Open
ramanverse wants to merge 833 commits intonitrojs:v2from
ramanverse:docs/fix-dynamic-route-conflict
Open

docs: clarify overlapping dynamic route parameters limitation#4130
ramanverse wants to merge 833 commits intonitrojs:v2from
ramanverse:docs/fix-dynamic-route-conflict

Conversation

@ramanverse
Copy link

Fixes #3518

Description

Adds a warning note to the Dynamic Routing documentation clarifying that overlapping dynamic routes with different parameter names in the same directory (e.g., [id].post.ts and [slug].get.ts) are not currently supported due to router limitations.

This addresses the documentation request brought up by the maintainer in #3518 where developers were encountering unexpected behavior with overlapping parameters.

pi0 and others added 30 commits December 17, 2025 13:35
keeping bundle in mem might cause ram usage increase
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
@ramanverse ramanverse requested a review from pi0 as a code owner March 19, 2026 05:11
@vercel
Copy link

vercel bot commented Mar 19, 2026

@ramanverse is attempting to deploy a commit to the Nitro Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link

coderabbitai bot commented Mar 19, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d7af9c90-7365-4949-959b-58af76f60880

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

You can validate your CodeRabbit configuration file in your editor.

If your editor has YAML language server, you can enable auto-completion and validation by adding # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json at the top of your CodeRabbit configuration file.

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.