next.js
next.js copied to clipboard
Add failing e2e test for middleware + basePath + SSG index.
Bug
tests https://github.com/vercel/next.js/issues/41397
This PR adds a test for the linked issue.
NOTE: The test will only fail with NEXT_TEST_MODE=deploy
.
Hey @ijjk, I see you fixing a lot of bugs related to middleware - wondering if you might take a look at this?
Hi @padmaia, I am looking forward to your review on this PR! It just adds a failing test for what seems to me to be a pretty servere bug in Next.JS apps deployed on Vercel.