Jaakko Jokinen
Jaakko Jokinen
`TL;DR` Newer node version will attempt to connect to the `IPv6` address when it is available. By default `next dev` will listen to `::1` (`localhost` in `IPv6`), but `next start`...
We are facing similar issues. Unfortunately I do not have a complete solution. I can however point out that the issue that has to do with Google Fonts that's mentioned...
We have noticed a similar issue, or likely the same issue. For us it can be reproduced in any production build. With some static pages, client side navigation will result...
@TheHolyWaffle Are you sure that node's fetch does not support the dispatcher field? I have the same problem, but as far as I understand, the issue is with TS types,...
I'm dealing with a similar issue so I'll describe what I would need from a feature like this. Does seem like it could fit in with the `msw` design ethos....