I just run a full clean install of Appwrite on my server following the Manual installation guide in the docs page.
The console seems to work, visually there don't seem to be any problems.
But running docker compose exec appwrite doctor I get the following output:
__ ____ ____ _ _ ____ __ ____ ____ __ __
/ _\ ( _ \( _ \/ )( \( _ \( )(_ _)( __) ( )/ \
/ \ ) __/ ) __/\ /\ / ) / )( )( ) _) _ )(( O )
\_/\_/(__) (__) (_/\_)(__\_)(__) (__) (____)(_)(__)\__/
π©ββοΈ Running Appwrite Doctor for version 1.9.0 ...
[Settings]
π’ Hostname is valid (xxx)
π’ CNAME record target is valid (xxx)
π’ A record target is valid (127.0.0.1)
π’ AAAA record target is valid (::1)
π’ Using a unique secret key for encryption
π’ App environment is set for production
π’ Abuse protection is enabled
π’ Console access limits are enabled
π΄ HTTPS force option is disabled
π΄ HTTPS force option is disabled for function/site domains
π΄ Logging adapter is misconfigured
[Connectivity]
π΄ Console.DB.(console)...........................disconnected
π΄ Projects.DB.(database_db_main).................disconnected
π’ Cache(cache_redis_main)...........................connected
Warning: foreach() argument must be of type array|object, null given in /usr/src/code/src/Appwrite/Platform/Tasks/Doctor.php on line 178
π’ PubSub(pubsub)....................................connected
π’ SMTP..............................................connected
[Volumes]
π’ Uploads Volume is readable
π’ Uploads Volume is writeable
π’ Cache Volume is readable
π’ Cache Volume is writeable
π’ Config Volume is readable
π’ Config Volume is writeable
π’ Certs Volume is readable
π’ Certs Volume is writeable
[Disk Space]
π’ Uploads Volume has 35.78GB free space (55.44% used)
π’ Cache Volume has 35.78GB free space (55.44% used)
π’ Config Volume has 35.78GB free space (55.44% used)
π’ Certs Volume has 35.78GB free space (55.44% used)
Failed to check for a newer version
Hmmm if everything works, maybe it's a bug as the Console DB needs to work for the console to work.
The other ones are because you don't have set the corresponding env variables
Both the Console and Projects DB are known issue in 1.9.0, they show disconnected (for me as well) but does work fine
Recommended threads
- Charged after Downgrade
I downgraded from the pro plan last month, but itβs still trying to charge my card this month and my account has been restricted
- Wifi issue with Pop!_OS linux distro
Hey guys... iam facing this very peculiar trouble with my linux distro... I use Pop!_OS on my HP victus gaming laptop with nvedia 2050 graphics card.... The pro...
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...