Ehsan
Ehsan
In reality in many cases we don't need to compare deep levels, so the fix works in most cases. I think it should be warned for those who are using...
It already exists as req.model :)
Thanks @AlexisNo My sails configuration works well. The configuration is as follows: ``` "sails": "~0.12.0-rc3", "sails-auth": "~2.1.1", "sails-disk": "~0.10.7", "sails-mongo": "^0.11.4", "sails-permissions": "~2.1.8" ```
@GeekLad , thanks for feedback. Well, you should have the same version of sails installed globally. So let's do as follows: 1- [type in console] sudo npm uninstall sails -g...
@yadavji83 : Well, I've explained how to solve everything, step by step, in my previous/above post. Please read it!
@yadavji83 Well, the sails-permissions does the loading of the config part automatically. Can you please share the "dependencies" section of your app's package.json?
@yadavji83 : You haven't done the 7 listed steps in my above instruction correctly! (postdate: 14 days ago) your sails-permissions is OK, but the sails-auth is not ver. 2.1.1. Moreover,...
Everything is explained well here: https://github.com/tjwebb/sails-permissions/issues/126#issuecomment-160094325 Try to follow all the steps patiently and correctly.
See: https://github.com/tjwebb/sails-permissions/issues/126