-
Notifications
You must be signed in to change notification settings - Fork 140
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
req.session undefined #52
Comments
ok, I got it wrong, |
it seems that if I setup resources before
|
From what I understood so far from the debugging I did is that if you use Regarding the //cc @tomgallacher |
I noticed that
req.session
is undefined for resources but it works fine for manually added routes usingapp.get
method/
is set throughapp.resource
and/404
is set throughapp.get
The text was updated successfully, but these errors were encountered: