Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some routes not working? #41

Open
mscdex opened this issue Dec 25, 2011 · 3 comments
Open

some routes not working? #41

mscdex opened this issue Dec 25, 2011 · 3 comments

Comments

@mscdex
Copy link
Contributor

mscdex commented Dec 25, 2011

environment: node v0.6.6 on windows with express 2.5.2/connect 1.8.3 and express-resource 0.2.3

Routes in the form of "/users/1/edit" do not work for me (e.g. I get "Cannot GET /users/1/edit" in the browser), whether or not they are a default route (such as "edit") or a custom mapped route (such as "send" in "/users/1/send"). However the other routes seem to work fine, those in the style of "/users" or "/users/1."

Here's a gist containing the setup that fails for me: https://gist.github.com/5490fb68a61f9b80b0fa

@agustinf
Copy link

We have been experiencing the same problem, but only under windows. We tested our code on Ubuntu 11.10 and it is fine, but on windows we get "Cannot GET /users/1/edit".

@mscdex
Copy link
Contributor Author

mscdex commented Dec 28, 2011

I found the problem... I'll submit a pull request shortly.

@elliotf
Copy link

elliotf commented Feb 13, 2013

This issue should probably be closed if it was fixed by the pull request.

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 a pull request may close this issue.

3 participants