i have created appwrite selfhost on digital ocean and installed mariadb in different droplet and cha
- 1
- Self Hosted
i have created appwrite selfhost on digital ocean and installed mariadb in different droplet and changed environment variable . it works and i did signup in appwrite console but , after creating organization , server error comes . after doing error logs in appwrite droplet console this error comes , how to fix this .
[Error] Timestamp: 2025-02-02T10:55:09+00:00 [Error] Method: GET [Error] URL: /v1/projects [Error] Type: PDOException [Error] Message: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'appwrite_db._console_projects' doesn't exist [Error] File: @swoole/library/core/Database/PDOStatementProxy.php [Error] Line: 49
Recommended threads
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...