[Error] Message: Utopia\Database\Document::__construct(): Argument #1 ($input) must be of type array, string given, called in /usr/src/code/app/controllers/api/teams.php on line 228
This isn't good...it's like the migrate didn't run 🧐
thats odd, I did do it. Should I try it again?
what's the parent folder above this?
can you try the Console in an incognito window?
/root/appwrite
you don't have /root/appwrite/appwrite do you?
no no
just 1 appwrite
Tried that, same thing. I did notice something. When executing the doctor command docker exec appwrite doctor
I see at the bottom it says A new version (1.3.3) is available!
what's docker ps
show?
what's docker inspect appwrite | grep _APP_VERSION
show?
_APP_VERSION=1
that's weird...
ok i found hte problem with the _APP_VERSION
how did you restore back to 1.2.1?
Its a VM, so i have an image of the entire disk at 1.2.1
I do that before upgrades
Easier to restore the entire vm or roll it back with snapshots
ya that should work...
I won't be able to today, but I'll try to reproduce the problem tomorrow
so i tried to reproduce this by spinning up a 1.2.1, creating a collection, upgrading to 1.3.1, migrating, and deleting the collection and it all seemed to work fine for me
Oddly enough, it is for me too now. Thank you.
[SOLVED] Unable to delete Databases/Collections from GUI
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- 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...