How can I opt out of global middleware?
I have a server function that shouldn't run one of the global middlewares I've registered. Is there a way to opt out from that middleware?
4 Replies
deep-jade•2mo ago
not yet. raise a github feature request please
quickest-silverOP•2mo ago
I need to create an issue or open a discussion topic?
deep-jade•2mo ago
would be a feature request via a discussion
quickest-silverOP•2mo ago
GitHub
[Feature Request] Opt out of global middleware · TanStack router ...
I have a server function that shouldn't run one of the global middlewares I've registered. It would be great to have the option to opt out of that middleware.