I am suddenly getting a server error on deleting or creating a document from console.. not sure why? which docker container should I be checking after the trafik one and mariadb one?
Appwrite Appwrite database worker
seems to be working after the green log
not sure why tho
since i didnt even docker compose restart just now
and what the main appwrite shows?
hmm active transaction
looks like the transactional query is stuck?
Mmm, looks like that Can you reload the compose? If so it should stop those for sure
sure
full compose
right
creation seems to be working hmm
ok yea the appwrite logs dont show transaction stuck
I guess its normal to have some active transaction that can stuck the flow
yea
btw thanks @Binyamin
<:appwriteupvote:899677724615016528>
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- 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...