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
- 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...