When running the demo app locally, you need to fill the SUPABAS_URL and SUPABASE_KEY env variable in .env file, and create a table named tasks in the supabase project, but the demo/readme.md dosen't mentioned you have to disable the Row level security (RLS) function to make it works.
Steps to reproduce
create a test supabase project
fill the SUPABAS_URL and SUPABASE_KEY env variable
launch the app
login with your Github account
create a TODO and save it
What is Expected?
The demo/readme.md should guide developers to disable RLS or add a proper RLS policy to have a quick experience.
What is actually happening?
new row violates row-level security policy for table \"tasks\"
When running the demo app locally, you need to fill the
SUPABAS_URL
andSUPABASE_KEY
env variable in .env file, and create a table namedtasks
in the supabase project, but the demo/readme.md dosen't mentioned you have to disable theRow level security (RLS)
function to make it works.Steps to reproduce
SUPABAS_URL
andSUPABASE_KEY
env variableWhat is Expected?
The demo/readme.md should guide developers to disable RLS or add a proper RLS policy to have a quick experience.
What is actually happening?