We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
**/Users/fred/Sails-Projects/activityOverlord/api/controllers/SessionController.js:102 res.redirect('/user/show/' + user.id); ^
TypeError: Cannot read property 'id' of undefined at /Users/fred/Sails-Projects/activityOverlord/api/controllers/SessionController.js:102:39**
Something wrong here that you did not cover and cannot find any comments on SailsCast that address this.
This was just after completing: Building a Sails Application: Ep14 - User Authentication and Restricting Access Through Policies.
Any help is much appreciated.
Kind Regards,
Fred Shequine Web Developer
The text was updated successfully, but these errors were encountered:
Can i grab it?
Sorry, something went wrong.
No branches or pull requests
**/Users/fred/Sails-Projects/activityOverlord/api/controllers/SessionController.js:102
res.redirect('/user/show/' + user.id);
^
TypeError: Cannot read property 'id' of undefined
at /Users/fred/Sails-Projects/activityOverlord/api/controllers/SessionController.js:102:39**
Something wrong here that you did not cover and cannot find any comments on SailsCast that address this.
This was just after completing: Building a Sails Application: Ep14 - User Authentication and Restricting Access Through Policies.
Any help is much appreciated.
Kind Regards,
Fred Shequine
Web Developer
The text was updated successfully, but these errors were encountered: