
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
- Server error 500 in appwrite 1.8.0jwt = users.create_jwt(res["userId"])["jwt"] I got this error 500 after changing environment variables and restarting containers export _APP_DOMAIN=server1.ava... 
- Email templates partially broken in non-...Good afternoon! Non-english locales are missing some variables introduced in recent releases. That makes the sent emails look bad. The issue has been raised a... 
- Query.contains not supported on Cloud?I try to filter a row which contain a string inside a string array column, however I get the following error: ``` {"name":"AppwriteException","code":400,"type"... 
