Getting this error. Not able to log in : "Server Error, code : 500"
- 0
- Databases
- Accounts
- Flutter
- Users
[Error] Timestamp: 2023-04-18T13:34:51+00:00 [Error] Method: GET [Error] URL: /v1/avatars/browsers/:code [Error] Type: Utopia\Exception [Error] Message: Invalid code: Value must be one of (aa, an, ch, ci, cm, cr, ff, sf, mf, ps, oi, om, op, on) [Error] File: /usr/src/code/vendor/utopia-php/framework/src/App.php [Error] Line: 756 [Error] Type: PDOException [Error] Message: MySQL server has gone away [Error] File: @swoole-src/library/core/Database/PDOProxy.php [Error] Line: 58
Hi, appwrite version please?
0.15.3
ammm we just released 1.3.1, can you check again?
check what?
No, I am using 0.15.3 since septemebt last year as mine code is in prod. so not updating it as don't require lot of new features
ok got it - let me look into this then as to why this might be causing error
seems like a swoole problem
Recommended threads
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...