Jogchum Koerts

Results 19 comments of Jogchum Koerts

For what it is worth, it seems like this behaviour is manifesting itself only after production build, not in dev mode. What I tried is running nextjs with `npm run...

I've spend a couple minutes to setup a simple and probably "stupid" stackblitz example: https://stackblitz.com/edit/nextjs-wxjhcy?file=pages/index.js In order to "see" it, go to the terminal (in stackblitz). That should be open...

A little update, it seems to happen in Chrome, when running a production build. In Safari it is working as expected.

In checking some other behaviour (https://github.com/vercel/next.js/discussions/46613) I also stumbled upon this. I've got an example with current 13.2.3 version. On dev I notice that the first click it seems to...

Cool! I've updated the example I added to this thread. My example is not ignoring the notFound anymore. I do get a strange response on Vercel though: https://nextjs-middleware-and-redirects.vercel.app/de/post/2 I am...

Hey @samcx , just tested 13.2.4-canary.4. It seems to be fixed, thanks!

Hello here, I don't believe documentation has been updated on how to do dual stack with kube-vip for the control plane? I'm trying to figure out whether I should use...

Looks a bit like #44919 and #44293. I am also getting this error in dev, but on a build it also does not work as expected, specifically for the error/404...

If you are using middleware you might want to test that before downgrading. I do think this issue is duplicate of https://github.com/vercel/next.js/issues/44293. The same "temporary solution" was mentioned there as...