Dynamic prefix issue
Open
- Dominant language
- PHP
- Stars
- 1.1k
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
This is not working
/{slug}/volume-{volume_id}/issue-{issue_id}
while this work
/{slug}/volume/{volume_id}/issue/{issue_id}
Is dynamic URL Prefix not supported?
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named. Start by reproducing the two route patterns in the router and compare how dynamic prefixes containing hyphens are parsed; done means the hyphenated pattern works consistently with the slash-separated pattern or its unsupported behavior is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100