
why aren't collections being created in the database that I made on docker? and they are constantly in processing
TL;DR
Developers are experiencing an error when trying to initialize a logging provider with the message "Unable to parse DSN: scheme is required." Additionally, they are facing issues with collections not being created in the database set up on Docker and remaining in a processing state. Consider checking Docker logs for more information on the issue.
what do the docker logs say?

TypeScript
Failed to initialize logging provider: Unable to parse DSN: scheme is required
[Error] Timestamp: 2025-04-06T10:31:49+00:00
[Error] Method:
[Error] URL: /v1/realtime
[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: 2025-04-06T10:32:01+00:00
[Error] Method:
[Error] URL: /v1/realtime
[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

nothing related to databases, collections?

ohh, moment


only this
Recommended threads
- [SOLVED] Row with requested ID doesn't e...
``` async function test() { try { const input = {} const extracted = Object.values(input).map(item => ({ $id: item.postId, ...
- no. of rows selection
give option to select no. of rows to list per page
- 1.7.2 Node-appwrite createDocuments from...
Am I correct in my testing that functions with document creation event, wont trigger on calling createDocuments from within a function.
