
Hi, I couldn't find a way to solve cors for the function with the custom domain I've added. For Project level custom domain it is handled by the hostname and platform combination.
Please share me the solution / workaround if any.

You'll need to add the CORS
yourself
For example allow all
return res.json(response,200,{'Access-Control-Allow-Origin': '*',})
Recommended threads
- Environment Support
I've had a look around in the docs and I can't see how I'm supposed to manage different environments. I'd like a test and production environment. But I can't se...
- Storage Permission Issue: Team-based `re...
**Problem:** Files uploaded with `Permission.read(Role.team(teamId))` return `404 Not Found` when accessed by confirmed team members, even though the user is ve...
- Random Session Clearing from Client EXPO...
I was using the react native appwrite SDK Expo SDK 54 `react-native-appwrite` version 0.13.0 I can login just fine, and browse the application which calls a ...
