[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
- 408 Timeout / Curl Error 7 in Executor w...
Hey everyone, I am losing my mind over a routing loop/timeout issue on a fresh self-hosted setup. I have a single Linux VPS (IP: 45.141.37.105) and one domain (...
- functions returning error 401 in local
I updated to 1.9.0, and the functions that used to work fine in 1.8.1 are now giving me a 401 error. I can't seem to find a solution. If anyone is running versi...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...