Am on Appwrite 1.3.7 (Linux AMI with RDS backend). I am seeing the following errors in the logs:
[critical] (Job{v1-deletes} | ID: 3a130fe3a613982abbd6319db3ab20db | DeletesV1 | [{"project":null,"type":"cacheByTimeStamp","document":null,"resource":null,"datetime":"2024-03-06 14:12:20.416","hourlyUsageRetentionDatetime":null}]) has failed PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'appwrite._3__metadata' doesn't exist in /usr/src/code/src/Appwrite/Extend/PDOStatement.php:88
Stack trace:
#0 /usr/src/code/src/Appwrite/Extend/PDOStatement.php(88): PDOStatement->execute(NULL)
#1 /usr/src/code/vendor/utopia-php/database/src/Database/Adapter/SQL.php(121): Appwrite\Extend\PDOStatement->execute()
I checked through a dump of the database but _3__metadata is nowhere to be found in the dump. Does anyone know where the system is getting this "_3__metadata" thingy from?
Thanks!
Does a project with _id of 3 exist?
You're referring to the "Project ID"? Then nope... no sign of that
No the _console_projects table
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- 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 ...