I can't access one database. Another collection that is inside this automaton database has been deleted. How to delete this database. I have already created another database. Now I can’t delete the old one, it says 500 Internal Error
Im getting the same error!
Containers logs
appwrite-realtime | Connection close: 81
appwrite | [Error] Timestamp: 2023-06-27T15:21:19+00:00
appwrite | [Error] Method: POST
appwrite | [Error] URL: /v1/databases/:databaseId/collections
appwrite | [Error] Type: PDOException
appwrite | [Error] Message: There is already an active transaction
appwrite | [Error] File: @swoole-src/library/core/Database/PDOProxy.php
appwrite | [Error] Line: 43
appwrite-realtime | Connection open (user: 82)
appwrite-usage | [27-06-2023 15:21:21] Aggregating Timeseries Usage data every 30 seconds
Appwrite Version: 1.3.7
A few moments later the collection appears.
Please create a separate <#1072905050399191082> post rather than posting in an existing one
Are you on cloud?
I installed on ubuntu via docker. Version 1.3.7
What do the docker logs say for the appwrite container?
even look terrible
According to this, the collection id doesn't exist 🧐
Hello again! How can now delete this non-working database without the console?
You can
- Use server side API https://appwrite.io/docs/server/databases?sdk=nodejs-default#databasesDelete
- You can login directly to Appwrite MariaDB, check this: https://gist.github.com/byawitz/885510a4d9789e97424337e9472276d7
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...