You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os: win 10
bun version: 1.2.2
elysia version: ^1.2.18
So, I'm running into a weird issue which I can't find any solution anywhere.
I'm trying to use Elysia's websockets with Next.js (15.1.7) and Astro (5.3.1), and they just don't want to connect. But, if I run the websocket endpoint with just Elysia, without those frameworks, it works perfectly fine. I'm not sure if this is a bug or just something I'm missing, but I haven't been able to figure it out. I haven't tried Svelte or Expo yet. If anyone has any ideas or knows how to fix this, I'd really appreciate the help.
os: win 10
bun version: 1.2.2
elysia version: ^1.2.18
So, I'm running into a weird issue which I can't find any solution anywhere.
I'm trying to use Elysia's websockets with Next.js (15.1.7) and Astro (5.3.1), and they just don't want to connect. But, if I run the websocket endpoint with just Elysia, without those frameworks, it works perfectly fine. I'm not sure if this is a bug or just something I'm missing, but I haven't been able to figure it out. I haven't tried Svelte or Expo yet. If anyone has any ideas or knows how to fix this, I'd really appreciate the help.
here's the code I use to test:
The text was updated successfully, but these errors were encountered: