kimb0x
Deno application with just a Websocket connection gives 504 in Prod Deno Deploy
Supabase and Vercel both are shor-lived so yeah, somewhere there's something cutting the connection off but there's no WS in that section so I can't guess what could be doing it
86 replies
Deno application with just a Websocket connection gives 504 in Prod Deno Deploy
Does your code has a Deno.serve somewhere? Maybe locally it runs as an application but in Deno Deploy it tries to keep it alive as a server with no handler available? Im totally lost how effection works tbh
86 replies