Skip to content

fix(supabase): avoid invalid realtime subscriptions with multiple fil…#7281

Merged
alicanerdurmaz merged 4 commits into
refinedev:mainfrom
jwild2027:fix/supabase-liveprovider-single-filter-6360
Feb 20, 2026
Merged

fix(supabase): avoid invalid realtime subscriptions with multiple fil…#7281
alicanerdurmaz merged 4 commits into
refinedev:mainfrom
jwild2027:fix/supabase-liveprovider-single-filter-6360

Conversation

@jwild2027

Copy link
Copy Markdown
Contributor

Closes #6360

Supabase Realtime postgres_changes expects a single filter string.
Previously, multiple filters were joined with commas, which produced
an invalid payload and caused subscription failures.

This change warns when multiple filters are provided and uses only
the first filter to prevent breaking the websocket subscription.

@jwild2027 jwild2027 requested a review from a team as a code owner February 17, 2026 20:12
@changeset-bot

changeset-bot Bot commented Feb 17, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 4535ada

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@refinedev/supabase Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Multiple Filters not Supported by Supabase Realtime

4 participants