FeatureFuel
7

Support load balancer geo-routing with custom domains

Source: supabase/supabase#42359 · opened by @felixgabler
Problem When using a custom domain (e.g., api.myapp.com), requests bypass Supabase's load balancer entirely. This means: • ❌ No automatic geo-routing to nearest read replica • ❌ No automatic health checks / failover • ❌ Must implement application-level routing From the [docs]( > "If you use a custom domain, requests will not be routed through the load balancer." Why Custom Domains Matter Custom domains are required for professional OAuth flows. Without them: • Google OAuth shows "Signing in to xyz.supabase.co" (looks like phishing) • Users don't trust unfamiliar domains in auth consent screens Current Workaround The only option is a hybrid approach: • Custom domain for Auth (OAuth consent screen) • Load balancer URL for Data API reads This requires: • Two Supabase clients in the application • Manual session forwarding between them • Extra complexity that Supab…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests