I setup a new appwrite instance on a VPS and I now get the following error inside the appwrite container:
Using deprecated logging configuration. Please update your configuration to use DSN format.Unable to parse DSN: scheme is required
[Error] Timestamp: 2024-09-24T14:55:49+00:00
[Error] Method: POST
[Error] URL: /v1/account
[Error] Type: Appwrite\Extend\Exception
[Error] Message: Method unsupported over HTTP. Please use HTTPS instead.
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 622
Failed to initialize logging provider: Unable to parse DSN: scheme is required
Did I do something wrong with my .env variables? Furthermore I think the https://appwrite.io/docs/advanced/self-hosting/environment-variables is not up to date.
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...