© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•10mo ago•
1 reply
slenderik

unable to subscribe to changes realtime

hi, I've been trying to figure out for a long time why my data on the page isn't updating.

I decided to check by subscribing to the channel via the dashboard. A regular subscription works correctly! But as soon as I add filtering, as I have done in my application, it gives an error.

This happens as soon as I add the filter
lobby_id=eq.18
lobby_id=eq.18

The lobby_id column clearly exists in the table and entry number 18 definitely exists! What could be the problem?


err code:
{
  "message": "{:error, \"Unable to subscribe to changes with given parameters. An exception happened so please check your connect parameters: [event: *, filter: lobby_id=eq.18, schema: public, table: *]. Exception: ERROR P0001 (raise_exception) invalid column for filter lobby_id\"}",
  "status": "error",
  "extension": "postgres_changes",
  "channel": "lobby_players"
}
{
  "message": "{:error, \"Unable to subscribe to changes with given parameters. An exception happened so please check your connect parameters: [event: *, filter: lobby_id=eq.18, schema: public, table: *]. Exception: ERROR P0001 (raise_exception) invalid column for filter lobby_id\"}",
  "status": "error",
  "extension": "postgres_changes",
  "channel": "lobby_players"
}
image.png
image.png
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

Unable to subscribe to changes with given parameters
SupabaseSSupabase / help-and-questions
7mo ago
can't subscribe to realtime channel
SupabaseSSupabase / help-and-questions
4y ago
Supabase realtime Changes?
SupabaseSSupabase / help-and-questions
3w ago
Realtime: is subscribe state "closed" final?
SupabaseSSupabase / help-and-questions
13mo ago