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
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.