kun
TypeScript
❯ docker compose -f appwrite.yml --env-file appwrite.env exec appwrite migrate
Migrated 1/3 projects...
Failed to update project ("abc") version with error: Utopia\DSN\DSN::__construct(): Argument #1 ($dsn) must be of type string, null given, called in /usr/src/code/app/cli.php on line 103
TypeScript
❯ docker logs appwrite-task-maintenance
Appwrite maintenance process v1 has started
[2024-06-01 16:42:39.720] Notifying workers with maintenance tasks every 86400 seconds
Filter not found
TL;DR
Developers are facing an issue with a migration from version 1.3 to 1.5 of the application. The migration is failing due to an error related to the project version update with a DSN argument issue. Additionally, the maintenance process is encountering a "Filter not found" error. To resolve the migration error, ensure that the DSN argument is correctly defined as a string in the specified location. 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...