Hi, I have images on my website and use appwrite as the DB.
When I right click on my websites assets and open them on a new tab they show my websites URL as expected.
When I right click on an image that a user uploaded and request to open in a new tab it shows the appwrite URL: https://cloud.appwrite.io/v1/storage . I'd like for this to show my website, is that possible?
Maybe I haven't done all the steps to make it work? I did set a custom domian in appwrite. appwrite.website.com. It is verified / working. Maybe what I'm trying isn't possible? Maybe I just have missed a step. Any suggestions?
Are you right clicking on your own site or the console?
On my own site
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)