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
When we have multiple users using system at the same time the this.getCurrentUser call will often return the wrong value.
It seems that getCurrentContext has several issues listed in the loopback github issues and google groups. I'm curious if you've experienced this at all or have any suggestions on how to resolve it?
The text was updated successfully, but these errors were encountered:
@benjaminhaven We have experienced issues with getCurrentContext returning nothing, but never with it returning the wrong context. This is the relevant issue loopbackio/loopback-datasource-juggler#657 although we haven't hit it in a good while.
The supposed workaround is being worked on in strongloop/loopback#1495. Once there is something workable there we will look to update this component based on that solution.
When we have multiple users using system at the same time the
this.getCurrentUser
call will often return the wrong value.It seems that getCurrentContext has several issues listed in the loopback github issues and google groups. I'm curious if you've experienced this at all or have any suggestions on how to resolve it?
The text was updated successfully, but these errors were encountered: