Hi there,
I am trying to setup appwrite (self-hosted) and other stuff like meilisearch behind nginx. I want to setup appwrite such that is it reachable through the path example-ip/appwrite . I have the problem, that appwrite will always ignore the /appwrite path and tries to use its paths directly after the domain/host name, which leads to errors because these paths are handled by nginx. Is there a way to configure nginx or appwrite to use the /appwrite path first or does appwrite require to be the root path?
Recommended threads
- All projects deleted
Hello, from the appwrite console last week I re-activated some of my old project and published them, yesterday I checked and none of the apps were working, now ...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...