Open dancherb opened 3 years ago
I am also facing the same issue.
There is export capitalisation issue. It should be
import { WebSocket } from 'nextjs-websocket'; Instead import { Websocket } from 'nextjs-websocket';
Otherwise you may face following issue.
Thanks for this package. A couple quick ones:
This works when running locally, but doesn't seem to work when deployed - any ideas? Thanks!