kodecocodes / video-suf-materials

The projects and the materials that accompany the Supabase with Flutter course
Apache License 2.0
7 stars 6 forks source link

Supabase permissions error #1

Open rashansmith opened 1 year ago

rashansmith commented 1 year ago

PROBLEM: when running the app once crud functionality is completed and integrated, creating a task or category from the simulator fails gives the following error:

Error adding data PostgrestError(message: new row …ategory", code: 42501, details: null, hint: null) Error adding data PostgrestError(message: new row Task", code: 42501, details: null, hint: null)

SOLUTION: Disable RLS on each table in the Supabase console.