Hey community and WeWeb Team!
I successfully managed to get a signedURL from Supabase with a few lines of code with Javascript. Now I would like to extend the request with a transform request. Supabase also provides the appropriate code here. However, when I extend my code with it, I only get the same signedURL with the same image (not formatted to the desired dimensions). What am I doing wrong?
My Javascript Code:
Supabase Code (Link):