restify / restify/node-restify
Route not found
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.7k
- Forks
- 975
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 5
Description
Hi,
I'm using the restify 8.4.0 version, Suddenly I encounter an issue regarding routes.
I have these routes.
/user/update
/user/home
/:node/graph
when I requested /user/update or /user/home its working properly but when I requested /user/graph the server can't found this route.
the server should found this route since /:node/graph -- whatever we supply on "node" param its should be working.
This sample routes its working on 4.3.4 version.
Thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Reproduce the listed routes on Restify 8.4.0, especially /user/graph, and compare the behavior with 4.3.4; the work is done when the parameterized /:node/graph route resolves /user/graph as reported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100