-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Arch: x64
…
mstys updated
4 weeks ago
-
### Minimal, reproducible example
```TypeScript
Minimal example is go to any website (chat.openai.com, google oauth page, etc) the uses websockets and use waitForNetworkIdle.
```
### Error string
…
-
Hello, I am trying to use resend on my server, but I am getting an error that is preventing me from even starting the server. The error seems to be related to react-email, but I don't understand why t…
-
```
make install
test -d /app/unit/sbin || install -d /app/unit/sbin
install -p build/sbin/unitd /app/unit/sbin/
test -d /app/unit/var/lib/unit || install -d /app/unit/var/lib/unit
test -d /a…
-
I am getting an error when installing ComfyUI-HQ-Image-Save module from the custom node manager
even after executing install.bat and restarting ComfyUI the problem persist
![hq image save 2](https…
-
hello guys, could you please help understand where the following issue comes from, I have set seqAudit=true as in the example:
Error: invalid auth seq #; last 71, got 192
at WSv2._onWSMessage …
-
I am trying alignment, the node client works. But having issue with doing it in python. I tried sending in base64 data for audio, it broke, couldn't pass bytes serialized for json.
```
import asy…
-
dev server does not run websocket:
```typescript
import { Hono } from "hono";
import { createBunWebSocket } from "hono/bun";
const { upgradeWebSocket, websocket } = createBunWebSocket();
cons…
-
Hello, using Portify 0.5 on CentOS 6.4. I get this error when I submit my Spotify details.
> events.js:74
> throw TypeError('Uncaught, unspecified "error" event.');
> ^
> TypeEr…
-
I have a node project and I have created websocket with serverless and it's running on port 6000.
When I try to connect from wscat it's able to connect
wscat -c ws://localhost:6000.
But when I …