-
Notifications
You must be signed in to change notification settings - Fork 141
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
Marlinspike doesn't inject elements #112
Comments
The latest version of sails-auth currently only works with For compatibility with sails 0.11, use sails-auth 1.3.x series. |
ok thank you |
installed 1.3.1 but same problem. Same error and also marlinspike seems not to work. Here's my current deps list:
|
According to the docs, marlinspike is not compatible with sails 0.11. |
Mmm you're right, ok. Given that, so I should use sails-auth only with sails v0.12.x? But it's not currently released, so, not production ready, I guess? |
@stratboy marlinspike is not even used in sails-auth 1.3.x, so there's no way you're seeing that error on sails-auth 1.3.1. Make sure you've got the right node modules installed. |
Ok thank you, but is sails v0.12 (so with sails-auth + marlinspike) already somewhat suitable for production? In fact, I'm using it for a small side project that it will go live in no less than some months from now. Could I maybe already stick on v0.12? Travis Webb wrote:
|
Hi, I'm currently on sails 0.11.2. Using a fresh test sails app. I've installed marlinkspike. Then sails-auth. But the auxiliary sails-auth services, controllers etc don't get injected. Also, I guess as a consequence, upon lifting I get this kind of error:
Any idea?
The text was updated successfully, but these errors were encountered: