Hello, i setted up a payload project deployed on Vercel that use Supabase for filestorage and Neon for db.
The file upload works fine, I can see it right in my bucket.
But when it comes to display the image on front, i'm stuck :
- it appears in local dev
- it breaks in deployment
Actually I'm using the URL given by Subabase for this specific image.
What URL should I use, there is a custom hook for this ?