Closed salmoro closed 1 year ago
@salmoro realtime-dev
may be the default tenant.
https://github.com/supabase/realtime/tree/main#server-setup
You need to use the default tenant or create a new tenant. Can you try it?
@mats16 I'm having a hard time figuring this out (can't reach REST Api and can't modify tenant in RealtimeClient). is this supposed to work out of the box?
@salmoro Sorry, I have identified the cause of the problem.
The subdomain of supabase-realtime is used to determine tenat_id.
The domain name must be set to something like realtime-dev.supabase.internal
.
I already fix it on latest version. Please use it.
Bug report
Describe the bug
All works well other than realtime pg connection. browser throws the following
When I look on AWS ECS on the RealtimeService logs I see a lot of
When I look at the
realtime.tenants
table I only see one entry and the name isrealtime-dev
so I suspect this is the issue.If this is the issue, what's a good way to solve this other than editing this field directly in the DB?