Replies: 1 comment 4 replies
-
You're misunderstanding what I don't really understand what you're trying to do. Why do you need to handle an error that your own middleware returns? Can't you just handle it directly in the auth middleware itself? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've implemented an
HandleErrorLayer
that catches errors my auth middleware can throw. I'm getting a compile error which I don't really understand. Any clues here?Beta Was this translation helpful? Give feedback.
All reactions