Error when atempting to login to web interface after update from 1.4.13 -> 1.5.7 Invalid document st
- 1
- Self Hosted
- Auth
- Web
Error] Timestamp: 2024-07-30T11:25:41+00:00
2024-07-30T11:25:41.070005111Z [Error] Method: POST
2024-07-30T11:25:41.070014539Z [Error] URL: /v1/account/sessions/email
2024-07-30T11:25:41.070022082Z [Error] Type: Utopia\Database\Exception\Structure
2024-07-30T11:25:41.070031580Z [Error] Message: Invalid document structure: Unknown attribute: "factors"
2024-07-30T11:25:41.070041149Z [Error] File:
2024-07-30T11:25:41.070049530Z [Error] Line: 0
Theres a similar issue but the solution was to just restart the images and reupgrade and that hasnt worked
Did you run the docker with --entrypoint="upgrade" and what was the result of that?
docker run -it --rm
\
--volume /var/run/docker.sock:/var/run/docker.sock
\
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw
\
--entrypoint="upgrade"
\
appwrite/appwrite:1.5.7
I ran the command that was in the docs
or are you talking about something else?
cause it didnt throw any errors when i was doing that
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...