Skip to content

Realtime send() is automatically falling back to REST API #161

@DominikLevitsky

Description

@DominikLevitsky

I am using @supabase/ssr on my server and sending realtime messages, like described in the docs:

const channel = supabase.channel(`presence:${user.id}`, { config: { private: true } });
await channel.send({ type: 'broadcast', event: 'client-join', payload: {...} });

The messages are sent, but I am getting overwhelmed with logs:

Realtime send() is automatically falling back to REST API. This behavior will be deprecated in the future. Please use httpSend() explicitly for REST delivery.

Can the logs be disabled somehow or am I doing something wrong?

"@supabase/ssr": "^0.8.0"
Node 22.22.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions