Closed ConProgramming closed 6 months ago
It seems it's trying but failing to connect to itself? The unable to connect to
is its own IP.
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.
Update: The self host docker seems to have the same problem by default. Weirdly, the cli docker works fine. Looking into this.
Won't work without a healthcheck, see https://github.com/supabase/supabase/issues/25841
The default realtime container isn't working. All other services are working fine, except realtime where I'm getting errors like the following:
Do I have to do any extra configuration for realtime? Would love to have a fix here asap.