@D5 we went back to 1.4.5 a couple of times and then it's ok, the problem occurs when we upgrade to 1.4.6
Yes, but after running the upgrading command, and running the migration command, do you get any errors?
@D5 these are the logs from running migrate
I will do again downgrade to 1.4.5 and the upgrades and migrations and put the logs here @D5
@D5 I think there is something broken in out database, I did a fresh install on my local machine (1.4.5) then followed these https://dev.to/appwrite/appwrite-in-production-backups-and-restores-4beg instructions to put the server db in my local db and now I have the same issue when I upgrade to 1.4.6
no errors when upgrading
Yes, the problem is that there's a missing attribute in the database
Probably missed by an incorrect upgrade. I will take a look later
I have the same issue, it started randomly today, I didn't do any upgrades or change any variables
it's been like this for hours, restarting didn't fix it
@here try updating to 1.4.8
It's @everyone if disconnected (I can't π )
Huh?
To pin everyone in the thread you need everyone
Oh that doesn't ping everyone in the server?
same problem on 1.4.8
I've brought this up to the team
When did y'all first notice this? What version?
1.4.7 for me
What version were you on before 1.4.7?
1.4.6
That was the first version I installed
We noticed when we opened this post
@Steven Version 1.4.5 is fine, when you go to 1.4.6 the issue appears
Thanks everyone! I think i found the regression: https://github.com/appwrite/appwrite/pull/7074
Recommended threads
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...