
Hello everyone :appwritebow: ,
I'm currently trying to set up a local environment since I forked the project in order to investigate on this issue : https://github.com/appwrite/appwrite/issues/7758
I've run this command, which effectively run the containers :
docker run --rm --interactive --tty \
--volume $PWD:/app \
composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist
I have access to localhost:8080 but when I'm trying to log/sign I have a 500 - Internal Server Error, here's the trace from appwrite/appwrite-dev :
2024-04-20 01:40:46 [Error] Timestamp: 2024-04-19T23:40:46+00:00
2024-04-20 01:40:46 [Error] Method: POST
2024-04-20 01:40:46 [Error] URL: /v1/account/sessions/email
2024-04-20 01:40:46 [Error] Type: Utopia\Database\Exception\Structure
2024-04-20 01:40:46 [Error] Message: Invalid document structure: Unknown attribute: "factors"
2024-04-20 01:40:46 [Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
2024-04-20 01:40:46 [Error] Line: 3070
2024-04-20 01:41:00 [Error] Timestamp: 2024-04-19T23:41:00+00:00
2024-04-20 01:41:00 [Error] Method: POST
2024-04-20 01:41:00 [Error] URL: /v1/account
2024-04-20 01:41:00 [Error] Type: Utopia\Database\Exception\Structure
2024-04-20 01:41:00 [Error] Message: Invalid document structure: Unknown attribute: "mfa"
2024-04-20 01:41:00 [Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
2024-04-20 01:41:00 [Error] Line: 3070```
I might have missed something 🥺
Recommended threads
- Unable to Access Project Dashboard After...
I’m currently working on a team project using Appwrite and ran into an issue accessing my project dashboard. After clearing cookies and cache, I attempted to lo...
- Getting unwanted Errors
Whenever I try to open the app or access the admin panel, I encounter the same types of errors. I've tried multiple times, but the issue keeps recurring.
- Unable to migrate the project to self ho...
The Continue button is disabled in the migration modal. Unable to migrate the project. In both local and cloud appwrite 1.7.4
