Martín Schere
Martín Schere
This is apparently due to an error in the compose file of some sort, maybe a typo somewhere or a feature that's not supported in this type of compose environment....
Same issue for us: ``` warn - Fast Refresh had to perform a full reload. Read more: https://nextjs.org/docs/basic-features/fast-refresh#how-it-works Error: Aborted because ./src/components/views/HomeView/index.tsx is not accepted Update propagation: ./src/components/views/HomeView/index.tsx -> ./src/pages/index.tsx...
An easy solution is to use: https://www.npmjs.com/package/reconnecting-websocket Let me know if you want me to put up a PR @KtorZ
@KtorZ What's the ETA for the new release? If the migration is too heavy, then is it possible to fix this in the current release? The socket interface does not...