Replies: 1 comment
-
Moving this to a discussion since it's a usage question … |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
Im having an issue with using multiple middleware's and chaining them.
The problem is that if next-intl middleware is first in chain and i have other middlewares after next-intl, other middleware's arent running.
but it's not working because intlMiddleware needs to be return to work and i don't know how to return both intlMiddleware and middleware parameter
Verifications
Mandatory reproduction URL
https://example.com
Reproduction description
Steps to reproduce:
Expected behaviour
I want to run multiple middlewares in nextjs 14 with next-intl
Beta Was this translation helpful? Give feedback.
All reactions