You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Verify canary release
Provide environment information
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
Middleware is not called at all on the following case:
# file structure pages/test/index.js pages/test/_middleware.js
It's correctly called If there are other middleware like on the top level.
Expected Behavior
Middleware is called
To Reproduce
Create files
On a page, create a navigation like
<Link href="/test?something=1"><a>click me</a></Link>
Ensure there is no other middleware and add query to the url to navigate.
The text was updated successfully, but these errors were encountered: