Subject: Login/Logout Issue and Page Display Despite System Downtime at app.animtube.xyz
Hello Appwrite Support Team, After the domain change I made recently (we started using app.animtube.xyz instead of local), I am encountering an unexpected issue.
Issue 1: Unable to Log In/Out and the Same Page Keeps Loading (https://app.animtube.xyz/console/...) When I access Appwrite console pages such as https://app.animtube.xyz/console/organization-68125c9b0036966d46a6, I cannot log in or out, and the same page keeps loading. I am not receiving any error messages.
Issue 2: Page Displaying Despite System Being Down Even more interestingly, when I stop the Appwrite services on the server (i.e., when the system is down), the https://app.animtube.xyz/console/... address continues to display somehow. However, the http://135.181.76.41:8800/console/login?redirect=%2Fconsole%2F address, where Appwrite is directly running, is currently closed and inaccessible.
Changes Made: I updated the _APP_DOMAIN and _APP_DOMAIN_TARGET settings in the .env file to app.animtube.xyz. I made the necessary proxy settings for app.animtube.xyz in the Nginx configuration and added the CORS headers (Access-Control-Allow-Origin: http://localhost:8080 for development). I had left the _APP_OPTIONS_FORCE_HTTPS setting disabled (but I will try enabling it now).
@Steven Please help
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....