Cody Joseph Krainock

Results 4 comments of Cody Joseph Krainock

Also frustrated by this behavior. Blacklisting `.comment` does the trick, but it should be blacklisted by default.

I also ran into this issue, and after going down a rabbit hole through the source code I figured out that it was due to `.`s being in the path,...

> Hi @codyjk! This can be worked around by updating your middleware matcher and passing a custom `ignoredRoutes` option to `authMiddleware()`. The default `ignoredRoutes` value is: > > ``` >...

@BRKalow - makes sense, that did the trick. Thanks for the help!