https://discord.com/channels/564160730845151244/564160731327758347/1349732972319997954
"When requesting my Appwrite function on a self-hosted Appwrite instance, I receive a 200 response with base64 image data. However, when deploying the same function on Appwrite Cloud, I still get a 200 response, but the response is empty with no base64 data."
TL;DR
Developers are experiencing an issue where an Appwrite Cloud function returns an empty response, although it works locally. The outcome is different when using a self-hosted Appwrite instance.
Solution: It's suggested to check the environment variables, dependencies, and permissions on the live environment, ensuring they match with the local setup. This can help identify the root cause of the differing responses.