
I don't want my frontend to live in another domain different from the main domain. Normally I would set up nginx as reverse proxy to route to different subpath, say, /v1 for appwrite, the rest will be routed to the frontend. But how can I achieve this simple goal in appwrite? And how can I set the custom domain then?

Any help on this?

Anyone can help?

Hey 👋 In Appwrite recommended way is to have forntend on myapp.com
and backend on appwrite.myapp.com
using custom domain.
If you need both on the same domain, as you mentioned, you would need to use some kind of reverse proxy.

also, appwrite should run on it's own specific domain since you can have multiple projects with different frontends
Recommended threads
- Can't create a function. The user interf...
I am trying to create a server-side function. I am on the free tier. **I already have three functions that work properly** that I created a few months ago. Now,...
- Data Diet Needed
I love the nested related data... but can we request limited data? I think my requests need to go on a diet. I return my courses, and the units all come with th...
- Appwrite Cloud Ui and Server Crashes rep...
I am having trouble with Appwrite cloud and server crashes and Ui crashed repeatedly. Raised a GitHub issue as well. https://github.com/appwrite/appwrite/issues...
