Server hangs when you reload any pages 7 times. This happens only on the following situation:
- run your server with dev mode
- ServiceWorker is running by using
next/prefetch
It seems Server Sent Events of webpack-hot-middleware and our Service Worker implementation is incompatible.
Server hangs when you reload any pages 7 times. This happens only on the following situation:
next/prefetchIt seems Server Sent Events of
webpack-hot-middlewareand our Service Worker implementation is incompatible.