[Bug]: Realtime Emissions not working I am regist...
# supabase-kt
s
[Bug]: Realtime Emissions not working I am registering a
selectAsFlow
on a table with: - RLS Public Read Policy. - Realtime Capabilities turned on. There are no emissions happening after the initial, no matter how many changes are done.
solved 1
j
Do you have supabase-kt debug logs?
s
lemme check
java.lang.IllegalArgumentException: Engine doesn't support WebSocketCapability
Copy code
Supabase-Realtime       in.shabinder.soundbound              E  Error while trying to connect to realtime websocket. Trying again in 7s (Ask Gemini)
                                                                                                    URL: <ws://10.0.2.2:54321/realtime/v1/websocket?apikey=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0&vsn=1.0.0>
                                                                                                    java.lang.IllegalArgumentException: Engine doesn't support WebSocketCapability
                                                                                                    	at io.ktor.client.engine.HttpClientEngine$DefaultImpls.checkExtensions(HttpClientEngine.kt:105)
                                                                                                    	at io.ktor.client.engine.HttpClientEngine$DefaultImpls.access$checkExtensions(HttpClientEngine.kt:24)
                                                                                                    	at io.ktor.client.engine.HttpClientEngine$install$1.invokeSuspend(HttpClientEngine.kt:68)
However I have installed the Realtime Plugin as per documentation, refer image
anything I might be missing here ?
s
sheet, I had a glace through there, just missed that... Thanks for bearing with me.
👍 1
from guthub checklist.