4
Improve error messages on Image Transform
Source: supabase/supabase#21665 · opened by @njbmartin
I've been trying to work out why some images being uploaded by my users are not displaying at all (image url returns an error). Images are being displayed using the Image Transformer:
This returns the URL just fine, but doesn't acknowledge that the source image cannot be transformed. If I go to the URL in my browser, I get this error:
Took me way too long to work out why this might be the case... but in the documentation, it has the following which could probably do with being called out better.
<img width="526" alt="image" src="
While I am transforming the image to just 960x960, the uploaded source image is 7992x8006 pixels, which exceeds that stated 50MP limit. It is not clear that this limit refers to the source image or the transformed image.
This returns the URL just fine, but doesn't acknowledge that the source image cannot be transformed. If I go to the URL in my browser, I get this error:
Took me way too long to work out why this might be the case... but in the documentation, it has the following which could probably do with being called out better.
<img width="526" alt="image" src="
While I am transforming the image to just 960x960, the uploaded source image is 7992x8006 pixels, which exceeds that stated 50MP limit. It is not clear that this limit refers to the source image or the transformed image.
No pledges yet. Be the first to back this.
Comments
Similar requests
Queue detail page: allow sorting messages by date descending (newest first)
1 vote · 0 comments
Standardize Error Codes Across Supabase Ecosystem
1 vote · 0 comments
Bubble up errors on dependency graph failures
3 votes · 0 comments
Way to createSignedUrls with image transformation
7 votes · 0 comments
Make `error` codes non-optional for better error handling on the client side
4 votes · 0 comments
No comments yet.