Arpad Gabor

Results 59 comments of Arpad Gabor

@SebbeJohansson at least in my case, @houdiini 's solution worked (nuxt 3 rc6, netlify deploy).

Sorry for not replying @SebbeJohansson , I also got it working with SSR and in the netlify build preset, no static builds.

Is there any other issue that might track about this?

We've recently compared Linear to Plane and we are thinking of using Plane (business) from now on especially as it has useful features for us such as Customers and time...

Rewrites would be a nice feature indeed. We are also now manually updating the Traefik config to rewrite requests to `/api/*` on one service and forward them to another service...

We're facing the exact same issue. We haven't found any way to listen to the client disconnecting and force that disconnection. We also tried adding a lower limit for the...

Managed to fix it. Had to dig into the code. Seems like the `session` emits undocumented `end` and `eof` events. I added the code below: ```diff const session = accept()...

That's why I added that `if (session)` because I got that error for other clients. Yes, 1.16.0.

Wait, did you add it in the correct place maybe? This is before the `sftp` handler. Edit: our code pretty heavily deviates from the examples that's why I provided an...

Hmm interesting, now I see this too. Apparently the error caused the disconnection 😅 I'll investigate.