© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4mo ago•
123 replies
Techno1Monkey

Realtime Tenant Issues

Hi,

I’m trying to get Realtime working on a self-hosted Supabase setup. I deployed Supabase using the Dokploy template, but we’ve already customized a lot of things. So far, I haven’t been able to make Realtime work.

I’ll share part of our configuration below.

The main issue is that our setup doesn’t allow Kong to resolve URLs like
http://[tenant].realtime:4000
http://[tenant].realtime:4000
, because it doesn’t recognize the
[tenant]
[tenant]
part. The only URL that works is
http://realtime:4000
http://realtime:4000
.

With this configuration, the system can communicate with the Realtime container, but it tries to use a tenant named
"realtime"
"realtime"
instead of
"realtime_dev"
"realtime_dev"
since the tenant is not defined.

My question is: How can I configure it so that the tenant is correctly passed and it uses
"realtime_dev"
"realtime_dev"
? Or would it be better to simply create a new tenant named
"realtime"
"realtime"
?

Thanks in advance!
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Realtime issues
SupabaseSSupabase / help-and-questions
4y ago
Realtime issues
SupabaseSSupabase / help-and-questions
4y ago
Realtime Issues Today?
SupabaseSSupabase / help-and-questions
10mo ago
Realtime stopped working after tenant cleanup – TenantNotFound?
SupabaseSSupabase / help-and-questions
6mo ago
Next page