You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a checking I saw that context.ctx is indeed undefined and the whole context object has changed. I can see what I implemented in the step before but none of what should be there
The text was updated successfully, but these errors were encountered:
I've tried to add some feature in my app regarding authorization by relying on apollo
context
which I thought to implement inserverOptions
https://www.apollographql.com/docs/apollo-server/security/authentication/#putting-authenticated-user-info-on-the-context
unfortunately, I got an error
Cannot read property 'call' of undefined
. https://github.com/moleculerjs/moleculer-apollo-server/blob/master/src/service.js#L246After a checking I saw that
context.ctx
is indeedundefined
and the wholecontext
object has changed. I can see what I implemented in the step before but none of what should be thereThe text was updated successfully, but these errors were encountered: