Bug: Tables are not delete from the db container when Project is deleted from the console.
- 0
- Web
the been the nvironment: AppWrite version: 1.4.1 OS: Linux
Use Case : When trying to delete the project from the web console and when I check backend database from the container, I found that the table count based on the tables related to the project based on the _id has not deleted. The logs from appwrite-delete-worker is attached.
The main line is : [critical] (Job{v1-deletes} | ID: 6764542f4f9a4bb71f9bb6c87db66423 | DeletesV1 | JSON Data Attached in file) has failed Utopia\Database\Exception: Collection "domains" not found in /usr/src/code/vendor/utopia-php/database/src/Database/Database.php: 4053
oye. thanks for catching this. would you please create an issue on github so. we don't lose track of this?
Thanks for ur attention. Waiting for fix as it's impacting me. Right now as a work around I am thinking to write a crown job to delete the undeleted tables if there is no entry in console_ project table.
Recommended threads
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- trying to figure out how to activate my...
please help