© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4mo ago•
30 replies
jinwin4642

Realtime error

Cant connect to realtime using c#
Do i need any configuration?

        // Initialize the Supabase client
        Supabase = new Supabase.Client(
            "https://*****.supabase.co",
            "*******",
            new SupabaseOptions()
            {
                SessionHandler = new UnitySessionPersistence(),
                AutoRefreshToken = true,
                AutoConnectRealtime = true
            }
        );
        // Initialize the Supabase client
        Supabase = new Supabase.Client(
            "https://*****.supabase.co",
            "*******",
            new SupabaseOptions()
            {
                SessionHandler = new UnitySessionPersistence(),
                AutoRefreshToken = true,
                AutoConnectRealtime = true
            }
        );
`

this is my code but it throws exception if AutoConnectRealtime is true
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

ERROR IN REALTIME HELP
SupabaseSSupabase / help-and-questions
11h ago
Realtime error 401 unauthorized
SupabaseSSupabase / help-and-questions
5mo ago
Cloudfront Realtime WSS error
SupabaseSSupabase / help-and-questions
3y ago
realtime subscription error - TS
SupabaseSSupabase / help-and-questions
3y ago