I have the problem that since the update from 1.4.2 to 1.4.4 and with migration I only get 500 error code and the appwrite logs throw that out.
And this problem also comes whenever I restart appwrite....
Did you have go through 1.4.3 prior to 1.4.4?
yep
Also, did you run migration command apart from upgrading command?
yep
Seems you will need to run again install command and migration
To 1.4.4
If not, you will need to restore from backup
ok i give it a try
Do you have backups?
yes
Okay, perfect
[SOLVED] server error code: 500 | v1.4.4
@Synthia (V) So upgrading again and running migration solved?
yap i restored a Backup and do upgrading and migration again and it fixed it
Oh, great!
thx for help ^^
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...