
On version 1.3.7 My Appwrite server on AWS locked up with:
[Error] Timestamp: 2024-05-21T03:45:45+00:00
[Error] Method: GET
[Error] URL: /v1/databases/:databaseId/collections
[Error] Type: PDOException
[Error] Message: MySQL server has gone away
[Error] File: @swoole-src/library/core/Database/PDOStatementProxy.php
[Error] Line: 64
Then on restarting the server, my appwrite log now has this:
[Error] Timestamp: 2024-05-21T04:00:30+00:00
[Error] Method: GET
[Error] URL: /v1/avatars/browsers/:code
[Error] Type: Utopia\Database\Exception\Duplicate
[Error] Message: Duplicated document: Duplicate entry 'cb710f899a5388a5356d2b0e12d6a353*506' for key '_uid'
[Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Adapter/MariaDB.php
[Error] Line: 619
Seems like the system got stuck dealing with a duplicated document??
Anyone has any tips on how I can deal with this? (not talking about database backup and restore)

I'm not sure if these are related. That said, we've made improvements to Appwrite on both of these fronts since 1.3.7
Recommended threads
- Custom Domain - Verification failed
Hello this may be a silly question but I am having issues trying to add my custom domain to my project when I add my domain and click verify it says my domain w...
- Custom Domain CNAME issue
I'm trying to setup a custom domain for my app to connect to, but getting the cname to set as localhost, is that right? I cannot use localhost on the DNS for na...
- Is the Java SDK still a thing?
Hey, maybe its time to go back to Spring Boot. Regarding this I have the question if the Java SDK is updated and working?
