Hi, I'm trying to run Appwrite on a different port (e.g., 7777) because I already use Apache to handle domain-based redirection using ProxyPass. For example, I have Apache redirecting https://appwrite.site.com to http://localhost:7777.
However, when I start the Appwrite container and access the domain, I get a 404 Not Found page. I'm not sure if Appwrite is listening correctly on the new port or if the reverse proxy setup is causing issues.
Have you any ideas how to solve this issue ? thanks.
PS: APPWRITE_PORT is 5050 and i changed it in appwrite-console and appwrite-realtime as well
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Getting current user has been blocked
Getting current user has been blocked error while signing in the appwrite console. Got this during I am testing with the my saas web project. Please help to unb...