I'm running into a persistent CORS issue on Appwrite Cloud (fra).
When uploading a file via the REST API from my production frontend, the file uploads correctly and is marked with read("any").
But fetching the file URL returns: Access-Control-Allow-Origin: https://localhost
I've recreated a new bucket to test but still the same issue
TL;DR
Developers encountering persistent CORS issue despite correct file upload. File uploads successfully but file URL returns 'Access-Control-Allow-Origin: https://localhost' instead of expected value. Created new bucket for testing, issue persists.