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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...