-
Notifications
You must be signed in to change notification settings - Fork 77
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
Impossible to attach middleware to endpoints #130
Comments
Gah identity management on GitHub sucks. That's me above. |
Hi @alyssackwan :site-middleware (new-middleware {:middleware [site-middleware-config}}) I hope this helps. |
The I decided to revert from bidi to Compojure in my usage of Chestnut and that helped. I didn't test, but it doesn't seem like the |
Ah, I see. So it works with Compojure, but not with Bidi? |
Yes. Again, I haven't tested, but I think |
I must be insane, because I see example after example online of this being done, yet it doesn't work on my system.
I have this:
The middleware isn't mounting. I can't figure out from the code how
Handler
does its magic, but example after example shows that this is how to do it.What am I doing wrong?
The text was updated successfully, but these errors were encountered: