supabase / realtime

Broadcast, Presence, and Postgres Changes via WebSockets
https://supabase.com/realtime
Apache License 2.0
6.82k stars 315 forks source link

Realtime Not Working #867

Closed ConProgramming closed 6 months ago

ConProgramming commented 6 months ago

The default realtime container isn't working. All other services are working fine, except realtime where I'm getting errors like the following:

Screenshot 2024-05-05 at 2 27 06 PM

Do I have to do any extra configuration for realtime? Would love to have a fix here asap.

ConProgramming commented 6 months ago

It seems it's trying but failing to connect to itself? The unable to connect to is its own IP.

ConProgramming commented 6 months ago
Screenshot 2024-05-05 at 3 17 03 PM

My database doesn't have a _realtime schema, only a realtime schema, and it has this. Nowhere in my database is tables for broadcasts / channels / presences / subscription, like how supabase.com has.

ConProgramming commented 6 months ago

Update: The self host docker seems to have the same problem by default. Weirdly, the cli docker works fine. Looking into this.

ConProgramming commented 6 months ago

Won't work without a healthcheck, see https://github.com/supabase/supabase/issues/25841