Hi, I am trying to upload a profile image to supabase on an "updateprofile" page. I have tried all the guides and can find and nothing seems to work. I have it in two stages at the moment. The first as a local upload, which is successful when I test. But the second stage on click of a save changes button, to upload this file to supabase, is not working.
One thing I considered is whether this feature is not available on a free plan?
Issue uploading image to Supabase
Actions & Logic
I have tried a range of policy settings in supabase on the bucket - currently using with a public bucket setting -
((bucket_id = 'users'::text) AND (auth.role() = 'authenticated'::text))
I have tried uploading directly to supabase as the first action, then linking the widget state image url to the image widget.
Yes
2
2 replies