not able to upload files to supabase storage bucket. this is the policy i have
((bucket_id = 'templates'::text) AND (storage.extension(name) = 'md'::text) AND (auth.role() = 'anon'::text))
when i try to upload files from dashboard, i get internal server error
when i try to upload files from dashboard, i get internal server error