jon114
12/30/2021, 8:24 AMjon114
12/31/2021, 1:10 PMLavka
12/31/2021, 1:37 PM${supabaseUrl}/realtime/v1
.replace('http', 'ws')jon114
01/01/2022, 1:07 PMconst client = new RealtimeClient('ws://<projectID>.supabase.co/realtime/v1');
client.connect();
Yields:
WebSocket connection to 'ws://<projectID>.supabase.co/realtime/v1/websocket?vsn=1.0.0' failed
(Obviously I'm replacing my ID, just keeping them out of chat for now :))jon114
01/01/2022, 1:08 PMws
for wss
jon114
01/01/2022, 1:57 PM{ params: { apiKey: jwt } }
(where jwt
is a valid client JWT), the same thing happens.jon114
01/01/2022, 2:10 PM