My project was working with images normally, I never processed them or anything, and today, suddenly when trying to add or update images from the project, it started returning the error:
code: 403, type: 'storage_image_transformations_blocked', response: { message: 'Image transformations are blocked on your current plan. Please upgrade to a higher plan. ', code: 403, type: 'storage_image_transformations_blocked', version: '1.6.2' }
Why? Can't I use images on the free plan anymore? Because I didn't do any transformations.
Transformations are supported on paid plans, please see - https://appwrite.io/pricing and https://appwrite.io/blog/post/announcing-image-transformations-pricing
Recommended threads
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...