Fork me on GitHub
#biff
<
2023-09-27
>
sergey.shvets21:09:01

I faced this problem where I have middleware on my routes within a plugin and that middleware expects to have response map, but the wrap-rum middleware hasn't worked yet and it crashes on seeing vector. Is there a way to ensure that my middleware works after standard ones?

sergey.shvets21:09:06

I plugged it by adding the render-rum one to my routes again, but ideally I don't want to call it twice.

Jacob O'Bryant21:09:37

calling it twice is what I do 😉 I think it's a fine solution

sergey.shvets23:09:49

ok, thanks 🙂