restify / restify/node-restify

Route not found

Open
#1,811 4 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.