
I'm running appwrite self hosted on a contabo vps, version 1.6.0. I experience very slow login in my web app (>10s), and the appwrite admin panel also seems very slow.
TL;DR
Developers are experiencing slow login and operations; error messages regarding logging provider and DSN issues are appearing. The CPU usage exceeds 100% during login, causing delays. This is happening on a Contabo VPS with Appwrite version 1.6.0.
**Solution:** Check the DSN configuration, ensure it includes the required scheme. Update to the latest version of Appwrite if possible, as improvements may have been made to performance.
I ran top during the login process and php was using > 100% CPU.

TypeScript
Failed to initialize logging provider: Unable to parse DSN: scheme is required
[Error] Timestamp: 2024-11-12T11:21:03+00:00
[Error] Method:
[Error] URL: /apple-touch-icon-precomposed.png
[Error] Type: Appwrite\Extend\Exception
[Error] Message: The requested route was not found. Please refer to the API docs and try again.
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 1051
Failed to initialize logging provider: Unable to parse DSN: scheme is required
[Error] Timestamp: 2024-11-12T11:21:03+00:00
[Error] Method:
[Error] URL: /apple-touch-icon.png
[Error] Type: Appwrite\Extend\Exception
[Error] Message: The requested route was not found. Please refer to the API docs and try again.
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 1051
Failed to initialize logging provider: Unable to parse DSN: scheme is required
185.177.116.106 is not a publicly accessible domain. Skipping SSL certificate generation.
Recommended threads
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
