I am trying to have quadbit.dev hosting my website and appwrite. But when I do custom domains for quadbit.dev then quadbit.dev goes to appwrite login and not my website
you can't really have appwrite and another app on the same domain (and port). I suggest having your site on whatever you want and then appwrite on it's own separate domain. For each project, you can have a custom domain that is a subdomain of your app
That is what I was about to do thank you!
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...