
Set up a custom domain because of third party cookie issues from using front end for vercel and back end is appwrite. using for the app.
Set up the custom domain on vercel and appwrite, everything uses it except for the image urls.
The database base stores them as https://cloud.appwrite.io/v1/storage/buckets/
But the request is for my custom domain.
Anyway for the images to be saved with the domain url?

if you added a custom domains to project, those should work for image urls as well afaik 🤔
Recommended threads
- Appwrite Function Not Updating After Dep...
I created a Node.js Appwrite function and deployed it successfully. When I accessed /ping, it returned pong as expected. Later, I cloned the function repo, edit...
- JSON Parse error: Unexpected EOF when ex...
Hi, I'm trying to test a piece of code and I can't figure out what I'm doing wrong. I've reduced the deployed main to just this ```javascript export default as...
- Automatically Assigning the user and tea...
Hey AppWriters! Day 2 for me 😅 I'm reading the docs https://appwrite.io/docs/products/auth/team-invites In order to understand how a document is added then ...
