Open rogueturnip opened 1 year ago
I'm setting up Kinde for the first time and I need to have a few other middleware along with the include authMiddleware. I've looked through docs and other areas and can't find an example on how to do this.
I've done this setup before following https://reacthustle.com/blog/how-to-chain-multiple-middleware-functions-in-nextjs as an example how to chain middleware but when I do this option I get an error back from the authMiddleware.
Is there any guidance that could be given? It should would be handy to have an example in the documentation.
Trying to use multiple middleware in NextJS
No response
Hey @rogueturnip thanks for the issue, we'll take a look into this asap
Any updates on this issue?
Prerequisites
How can we improve the docs or what is missing?
I'm setting up Kinde for the first time and I need to have a few other middleware along with the include authMiddleware. I've looked through docs and other areas and can't find an example on how to do this.
I've done this setup before following https://reacthustle.com/blog/how-to-chain-multiple-middleware-functions-in-nextjs as an example how to chain middleware but when I do this option I get an error back from the authMiddleware.
Is there any guidance that could be given? It should would be handy to have an example in the documentation.
Provide extra context, such as what you were trying to do and your requirements
Trying to use multiple middleware in NextJS
If the docs page already exists, please provide a link
No response