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
I'm trying to set a context on server methods through the bind option but when I use them as a route prerequisite, they don't receive it.
I took a quick look at the code and the default case of the normalized method is not getting the context applied to it. Should it be? Or is there another way to set a context on prerequisites?
The text was updated successfully, but these errors were encountered:
I'm trying to set a context on server methods through the bind option but when I use them as a route prerequisite, they don't receive it.
I took a quick look at the code and the default case of the normalized method is not getting the context applied to it. Should it be? Or is there another way to set a context on prerequisites?
The text was updated successfully, but these errors were encountered: