I have recnetly upgraded my self-hosted server to 1.5.7 (from 1.4.9 through 1.4.14 as earlier suggested here)
Now in the web console, when i go to the Auth screen of project (any project, I have 6 of them)
I get the 500 server error screen, in my app, the I try to create an emailPasswordSession, the server returns 500.
please help.
Do you have run the migration command?
What was it's result?
What do you mean by having 6 of them?
I meant I have 6 projects on my server
ran it , it seemed ok, If i try to run it again, i get several
Tables not ready yet.
and then
Console is not ready yet. please try again later
ran docker compose up -d again, just to make sure, srill same error
What command/s did you have run?
for migration
docker compose exec appwrite migrate
looking around, Messeging menu of the project not working as well and the overview page, in the Image
Ok. Where did you have run the command?
The upgrade command should be run outside the appwrite folder. Do you have run it inside the folder?
the migration, in appwrite folder, the upgrades in the root (above it)
no, of course not
When you run the migration command you get tables not ready error?
in the 2nd time
in the first time it seemed ok, I cannot recall any error
What are the logs for docker compose logs mariadb
?
before that please.
After the upgrade it seems like i didnt need to re-logon and it shown all the errors I mentioned
and I cannot log out.
When I try to log on from another browser, I cannot login I get error 500
Makes more sense, and means I am in deeper problem than I thought……
A question, assuming i have a recent backup, can I completely delete appwrite folder and install fresh new version?
Maybe I can install the “old”version I had before the upgrade, recover the data, and start over with the upgrade process
Recommended threads
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...