-
Hi,
I'm having an issue when using TemplateResponse. Apparently, the template is not being translated into a Lona node tree.
The error is not thrown right at the beginning but only when I click th…
-
I am trying to reverse proxy this container through Traefik, however I get this error when loading via HTTPS:
```
Failed to construct 'WebSocket': An insecure WebSocket connection may not be initi…
-
### I tried this:
```
// pnpm-workspace.yaml
packages:
- packages/websockets
```
```
// packages/websockets/main.w
bring websockets;
```
And run:
```
cd packages/websockets/m…
-
## Versions
What package version of the SDK are you using.
4.19.1-rc
What nodejs version are you using
18.14.0
What os are you using
Windows
## Describe the bug
Give a clear and concise desc…
-
**Describe the bug**
Websocket connections are unstable and frequently disconnect. The last stable WebSocket connection implementation was on 2.3.4, since then every few minutes an open WebSocket con…
-
### What version of Bun is running?
1.0.25+a8ff7be64
### What platform is your computer?
Darwin 23.2.0 arm64 arm
### What steps can reproduce the bug?
```
mkdir /tmp/bun-node-types && …
-
### next-on-pages environment related information
```
System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 24.1.0: Mon Sep 30 00:10:31 PDT 2024; root:xnu-…
-
Today ticket (for Websocket web authentication) is IP bound.
If I have 2 APISIX nodes (what we have with CNB): node 1 with IP `172.19.0.1` and node 2 with IP `172.19.0.2`.
I get the ticket via node…
-
The PoW client served a basic, one-line HTTP 200 OK response on the listen address, and handled Websockets on the `/ws` path I think. See https://node.v2.test.nimiqwatch.com.
I don't know if it's pos…
sisou updated
1 month ago
-
First of all, nice piece of work.
The issue that I am highlighting is encountered when using the UDP to WebSocket example. In the example the relay is created after the UDP port is brought up and …