Hello,
I have connected my self hosted Appwrite storage to S3, and have also enabled CDN in front of it to serve images faster (using cloudfront).
Now my image to the frontend is loaded via cloudfront url, which bypasses appwrite storage and serves from CDN cache if image exists there.
Is there any way I can still take advantage of the appwrite image transformation parameters like width and quality, which exist for the preview endpoints ?
Recommended threads
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Realtime not processing messages
When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handl...