You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in /example just does not work. There are multiple issues. (Only test_postgres_changes was relevant for me, so I ignored the others)
The example code uses the data from tests folder without stating it somewhere
test_postgres_changes tries to subscribe to id=eq.10 but id is a uuid
test_postgres_changes blocks infinitely => test_presence will never be executed
Only a delete query triggers the callback, INSERT and UPDATE don't for some reason. (might be related to Python realtime with RLS #86, but unsure why delete than works)
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Go to 'example'
Use migration from /tests/supabase/migrations/20240810125543_init.sql as /example/supabase/seed.sql
npx supabase start
Execute poetry run python app.py
Expected behavior
A working example, which developers can check and learn from.
Bug report
Describe the bug
The code in /example just does not work. There are multiple issues. (Only
test_postgres_changes
was relevant for me, so I ignored the others)test_postgres_changes
tries to subscribe to id=eq.10 but id is a uuidtest_postgres_changes
blocks infinitely =>test_presence
will never be executedTo Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
poetry run python app.py
Expected behavior
A working example, which developers can check and learn from.
System information
Latest supabase 2.6.8
npx supabase services
The text was updated successfully, but these errors were encountered: