Supabase - Storage Upload file

Database & APIs

I have issue to send file to a storage supabase project when I want to test app in browser.

I'm able to write to the database project.
I'm able to send file with same POST url and credentials with Postman.
But when I'm in the browser to test application, I get error. It seems to be CORS error but I'm not 100% sure.

Did I forget something to setup regarding supabase storage in the APP or in supabase?

Can someone help ?
If it's a CORS issue, how can I solve it ?

Here is the answer I get:
Request URL:

{{supabaseURL}}/storage/v1/object/uploads/users/1740956956229000.jpeg

Request Method:

POST

Status Code:

500 Internal Server Error

Referrer Policy:

strict-origin-when-cross-origin

What have you tried so far?
Did you check FlutterFlow's Documentation for this topic?
Yes
1