Error getting Public Url from Supabase bucket

This is a great workaround !

So far, I’ve been using the GetSignedURL method instead. It’s not ideal and you need to either cache images or call the DB often to retrieve them. Since my app is not image intensive it’s been ok. But, your workaround seems like the better solution. I will test it. Thank you

UPDATE : It works great !

I created a global workflow in weweb to house the custom code proposed by @avery. Sending the filepath in parameter and it works pretty much like the API would.

:ok_hand: :+1:

1 Like