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
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...