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
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...