following this doc https://docs.weweb.io/workflows/actions/supabase/storage-upload-file.html
but when I test my workflow I get an error message:
“new row violates row-level security policy”
cause
statusCode: “403”
error: “Unauthorized”
message: “new row violates row-level security policy”
But I did the policy just like in the docs so I am not sure what I am doing wrong.
is the doc out of date or is it me?