Web Developer
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).