-
Notifications
You must be signed in to change notification settings - Fork 153
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
Issue with MrHorse.orPolicy in additional endpoint #233
Comments
@hmenzagh it's hard to say. I don't have much experience with the |
I guess no code setup is really necessary, just import |
@hmenzagh yes that would be very helpful. If you could provide a very basic example (full code) to replicate the issue that will help a lot since my resources are very limited. |
I was preparing an example repo and I dont know what changed but the issue is not reproducible anymore, I will re-open if it rises up again. |
When I use a
MrHorse.orPolicy
in an additional endpoint I get an error message.Version : 1.9
code sample:
error message:
My policy functions are not executed, and I see that the
console.log
ofresults
(L:381 in MrHorse's index.js) is empty ({}
) witch explains the error message (Crash L:384).I did not dig further and will avoid using
MrHorse.orPolicy
for the time being.Would it be a quick fix ?
(Thanks for the great work btw)
The text was updated successfully, but these errors were encountered: