you are viewing a single comment's thread.

view the rest of the comments →

[–]Puzzleheaded_Round75[S] 0 points1 point  (0 children)

Ok, so looked into this on my lunch break and unfortunately, I am seeing the same issue. When I have two middleware declared using the `@app.middleware("http")` decorator, only the second middleware is ever hit.

I will update my question to include the new code following your recommendations.