Matt Beedle
Matt Beedle
Thanks, that would be a great help! I'm also looking at it right now, but I'm at a bit of a loss. You should be able to just pull the...
I don't know any node people unfortunately :S. I'm also a ruby guy mainly, but it seemed wrong to me to have rails as a dependency when it's just a...
What should ``` javascript get$(this, 'auth') ``` return? On this line: https://github.com/heartsentwined/ember-auth-request-jquery/blob/master/dist/ember-auth-request-jquery.js#L27 And where is that getting set? I can reproduce the error from chrome console by typing: ``` javascript...
it's undefined for me
I think if I can just figure out what that is and where it's getting assigned, I can fix all of the module/adapter loading.
@digitalplaywright thanks for the response. I don't think that's the case though. I installed all of the ones that I needed with bower and they are all included in public/index.html....
@digitalplaywright @ralfschimmel I dropped down to ember-auth v8 as well. It seems to me that ember-auth-easy doesn't really have anything to do with this issue. If you use ember-auth v8...
What are the issues you are having with v8 @ralfschimmel ? Maybe I can point you in the right direction.
Did anyone solve this? I'm having the same problem with the ActionCable subscription handler. Modifying the returned object to have a `subscribe` property did not help.