Web Developer
I had v1.9.0 installed on a VPS without a web server installed, I followed the instructions as per the upgrade guide with the added --migrate=true arg as there is no web server on the VPS to run the installation URL provided during an normal install/upgrade. All wen twell, the docker compose and .env were backed up and new args were added, I ran the upgrade command and stepped through the questions, set no to assistant and all others came from the .env file, secrets etc are unchanged. All green. I ran the migrate command, no issues in the output.
Since completing I have been unable to login with the console, 404 Not Found Error for Login, register and reset password
Console outputs POST https://..***/v1/account/sessions/email 404 (Not Found)
There is no error output in the logs, with a 200 response from /v1/health/version in the http.request.
Running docker ps --no-trunc I see all looks good EXCEPT for the appwrite container:
appwrite/appwrite:1.9.5 - "docker-php-entrypoint php app/http.php" - 25 minutes ago - Up 25 minutes (unhealthy) - 80/tcp - appwrite
Where the executor uses the same args but is healthy.
openruntimes/executor:0.25.1 - "docker-php-entrypoint php app/http.php" - 25 minutes ago - Up 25 minutes (healthy) - 80/tcp - exc1
Any ideas before I wipe the VPS and start again?